diff --git a/src/components/PostPage.js b/src/components/PostPage.js index d240bac..1a4223e 100644 --- a/src/components/PostPage.js +++ b/src/components/PostPage.js @@ -40,13 +40,13 @@ export default function PostsPage() { return (
-

Posts

+

My Posts

{posts.length > 0 ? ( posts.map((post) => (

{post.caption}

{new Date(post.timestamp.toDate()).toLocaleString()}

- + View Post