From f5ccd7b24a3f2794ac18498dfc05d73906b57e49 Mon Sep 17 00:00:00 2001 From: Ryo-Kgym Date: Fri, 12 Jul 2024 20:26:40 +0900 Subject: [PATCH 01/17] One-for-All-176 Changed the layout. --- apps/web/src/app/_layout/NavbarSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/_layout/NavbarSection.tsx b/apps/web/src/app/_layout/NavbarSection.tsx index 2ed40510..a6624e2f 100644 --- a/apps/web/src/app/_layout/NavbarSection.tsx +++ b/apps/web/src/app/_layout/NavbarSection.tsx @@ -20,7 +20,7 @@ export const NavbarSection = ({ - + {naviArray .filter(({ visible = true }) => visible) @@ -40,7 +40,7 @@ export const NavbarSection = ({