From b9134033c94ee3fe24bae8f5ed8c94c4a28180c6 Mon Sep 17 00:00:00 2001 From: Ubinquitous Date: Thu, 23 Nov 2023 10:04:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix(header):=20=EB=84=A4=EB=B9=84=EA=B2=8C?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/Header/assets/data/navigationList.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/Header/assets/data/navigationList.data.ts b/src/components/common/Header/assets/data/navigationList.data.ts index cd7cfccc..5f19b0ab 100644 --- a/src/components/common/Header/assets/data/navigationList.data.ts +++ b/src/components/common/Header/assets/data/navigationList.data.ts @@ -1,12 +1,12 @@ const navigationListData = [ { id: 1, - name: "👩🏻‍🎓 마이스터", + name: "👩🏻‍🎓 인증제", href: "/meister", }, { id: 2, - name: "📬 커뮤니티", + name: "📬 게시판", href: "/post", }, { @@ -31,7 +31,7 @@ const navigationListData = [ }, { id: 7, - name: "☕️ 베르실 예약", + name: "☕️ 베르실", href: "/ber", }, ]; From 11007162b7b5b1263098b71faf33b8ef81d8ec70 Mon Sep 17 00:00:00 2001 From: Ubinquitous Date: Thu, 23 Nov 2023 10:04:57 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix(header):=20=EB=84=A4=EB=B9=84=EA=B2=8C?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Header/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/Header/Navigation.tsx b/src/components/common/Header/Navigation.tsx index 28df0a80..803919e7 100644 --- a/src/components/common/Header/Navigation.tsx +++ b/src/components/common/Header/Navigation.tsx @@ -18,7 +18,7 @@ const Navigation = () => { const NavigationList = styled.ul` ${flex.VERTICAL}; width: 100%; - gap: 6.5%; + gap: 6.2%; `; const NavigationListItem = styled(Link)`