From ef8e997ef5a5038f385be067019ab5424e3fe2d2 Mon Sep 17 00:00:00 2001 From: Suemor Date: Wed, 19 Apr 2023 20:08:44 +0800 Subject: [PATCH] feat: click on the profile to go to the home page (#386) --- src/components/main/MainFeed.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/main/MainFeed.tsx b/src/components/main/MainFeed.tsx index 648aadc8..9cc46453 100644 --- a/src/components/main/MainFeed.tsx +++ b/src/components/main/MainFeed.tsx @@ -46,7 +46,11 @@ const Post = ({
-
+ -
+
ยท