diff --git a/frontend/src/components/ImagePost.js b/frontend/src/components/ImagePost.js index 9591d76..7f8e9aa 100644 --- a/frontend/src/components/ImagePost.js +++ b/frontend/src/components/ImagePost.js @@ -181,6 +181,7 @@ const ImagePost = ({title, body, datePosted, image, previewImage, liked, publicI : <> +

{likeCount} {likeCount === 1 ? 'like' : 'likes'}

+

Posted {calculateDifferenceBetweenNowAndUTCMillisecondsTime(datePosted)}

{edited &&

Edited {calculateDifferenceBetweenNowAndUTCMillisecondsTime(dateEdited)}

}