From 6d6d6f353a65907fbc02a8cd8e116b8cfde59546 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 01:42:37 +0900 Subject: [PATCH] =?UTF-8?q?feat(nav):=20=EC=99=B8=EC=A3=BC=C2=B7=EC=86=8C?= =?UTF-8?q?=ED=94=84=ED=8A=B8=EC=9B=A8=EC=96=B4=202=EC=B6=95=20=EB=84=A4?= =?UTF-8?q?=EB=B9=84=EA=B2=8C=EC=9D=B4=EC=85=98=20+=20=ED=91=B8=ED=84=B0?= =?UTF-8?q?=20=EB=A6=AC=EB=89=B4=EC=96=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/components/PublicShell.tsx | 192 ++++++++++-------- app/components/TopNav.tsx | 346 ++++++++++++++++++--------------- 2 files changed, 303 insertions(+), 235 deletions(-) diff --git a/app/components/PublicShell.tsx b/app/components/PublicShell.tsx index 0b0c0a3..8e25a03 100644 --- a/app/components/PublicShell.tsx +++ b/app/components/PublicShell.tsx @@ -7,111 +7,147 @@ export default function PublicShell({ children }: { children: React.ReactNode }) <>
{children} -