From 1c62d8b8fbc5cc21742ee37a34e8a2b845baaf2f Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Tue, 15 Jul 2025 15:18:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20?= =?UTF-8?q?=EB=8F=99=EC=9D=BC=20pathname=EC=9C=BC=EB=A1=9C=20=EB=9D=BC?= =?UTF-8?q?=EC=9A=B0=ED=8C=85=20=EB=90=98=EC=96=B4=EB=8F=84=20=EB=8B=AB?= =?UTF-8?q?=ED=9E=88=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/common/Header.tsx | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/src/components/ui/common/Header.tsx b/src/components/ui/common/Header.tsx index f217359..2d08cd1 100644 --- a/src/components/ui/common/Header.tsx +++ b/src/components/ui/common/Header.tsx @@ -104,7 +104,10 @@ export default function Header() { -
router.push('/suitable')}> +
{ + router.push('/suitable') + setSideNavIsOpen(false) + }}>
屋根材適合性の確認
@@ -117,23 +120,36 @@ export default function Header() {
  • - +
  • - +
  • - +
  • {session.role !== 'Partner' && (
  • - +
  • )}