From a8242001b1a9eb525c338a99f37e162b411b1c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EC=84=9C=EC=9D=80?= Date: Tue, 12 May 2026 16:20:18 +0900 Subject: [PATCH] fix(fe): modify menubar to full width --- apps/frontend/app/(client)/(main)/_components/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/app/(client)/(main)/_components/Header.tsx b/apps/frontend/app/(client)/(main)/_components/Header.tsx index 31a03f0706..44f466b127 100644 --- a/apps/frontend/app/(client)/(main)/_components/Header.tsx +++ b/apps/frontend/app/(client)/(main)/_components/Header.tsx @@ -13,8 +13,8 @@ export function Header() { const session = useSession() const { headerTitle } = useHeaderTitle() return ( -
-
+
+
{/* FIXME: If you uncomment a group tab, you have to remove a pr-20 tailwind class */}
{/* Mobile */}