From 1b0e5d8498619bc58052efa4552bf5222efe64fb Mon Sep 17 00:00:00 2001 From: mso872 Date: Thu, 11 Jul 2024 15:58:46 -0700 Subject: [PATCH] Fix My Posts links to images; update styling --- src/components/PostPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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