From e04b3cbefdf8e7d03c66791c504d4ebe9b412296 Mon Sep 17 00:00:00 2001 From: Yelynn Oh Date: Wed, 24 Apr 2024 13:00:39 +0900 Subject: [PATCH 1/4] =?UTF-8?q?#333=20style:=20=ED=8C=94=EB=A1=9C=EC=9A=B0?= =?UTF-8?q?/=ED=8C=94=EB=A1=9C=EC=9E=89=20=ED=83=AD=20=EC=9D=B4=EC=83=81?= =?UTF-8?q?=ED=95=98=EA=B2=8C=20=EB=B3=B4=EC=9D=B4=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/follow/[id]/page.tsx | 74 ++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 38 deletions(-) diff --git a/src/app/follow/[id]/page.tsx b/src/app/follow/[id]/page.tsx index 92c01455..441356cb 100644 --- a/src/app/follow/[id]/page.tsx +++ b/src/app/follow/[id]/page.tsx @@ -17,43 +17,41 @@ export default function Page() { const { data: followingList } = useGetFollowingList(userId, 'FOLLOWING'); return ( -
- -
- - 팔로워 - 팔로잉 - -
-
- - {followerList && - followerList.data.map((item) => ( - - ))} - - - {followingList && - followingList.data.map((item) => ( - - ))} - -
-
-
+ +
+ + 팔로워 + 팔로잉 + +
+
+ + {followerList && + followerList.data.map((item) => ( + + ))} + + + {followingList && + followingList.data.map((item) => ( + + ))} + +
+
); } From 357c17b055489789b0ff530ac749f87cc3eab44a Mon Sep 17 00:00:00 2001 From: Yelynn Oh Date: Wed, 24 Apr 2024 13:06:33 +0900 Subject: [PATCH 2/4] =?UTF-8?q?#333=20style:=20=EB=B0=94=ED=85=80=EB=84=A4?= =?UTF-8?q?=EB=B9=84=EA=B2=8C=EC=9D=B4=EC=85=98=20width=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EC=B0=A8=EC=A7=80=ED=95=98=EB=8A=94=20=EC=9D=B4?= =?UTF-8?q?=EC=8A=88=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/BottomNavigation/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/BottomNavigation/index.tsx b/src/components/common/BottomNavigation/index.tsx index 120f4dbb..e38a9f0c 100644 --- a/src/components/common/BottomNavigation/index.tsx +++ b/src/components/common/BottomNavigation/index.tsx @@ -16,7 +16,7 @@ export default function BottomNavigation({ return (