From e010ead194bce4f16f7b3234edbe5c9f085cf8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=8C=ED=8C=8C?= Date: Wed, 7 Aug 2024 00:02:01 +0900 Subject: [PATCH] fix: remove unused links --- apps/web/src/app/board/page.layout.tsx | 6 +++++- apps/web/src/components/MainNavbar.tsx | 9 +-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/apps/web/src/app/board/page.layout.tsx b/apps/web/src/app/board/page.layout.tsx index 434c833..c6ae28b 100644 --- a/apps/web/src/app/board/page.layout.tsx +++ b/apps/web/src/app/board/page.layout.tsx @@ -14,6 +14,10 @@ export default function BoardPageLayout({ return (
+
+ 게시판 +
+
{meals.map((meal) => ( - ))} + )) ||
아직 쓴 글이 없습니다!
}
diff --git a/apps/web/src/components/MainNavbar.tsx b/apps/web/src/components/MainNavbar.tsx index 46f6c95..5971b6f 100644 --- a/apps/web/src/components/MainNavbar.tsx +++ b/apps/web/src/components/MainNavbar.tsx @@ -30,14 +30,7 @@ export default function MainNavbar() {
-
- - - - - - -
+
{session?.user ? (