From 9f69e73248540c8a6abc970bad6575e232bb0cd7 Mon Sep 17 00:00:00 2001 From: Josanghyeon Date: Wed, 28 Dec 2022 13:28:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=84=EC=8B=A4=EB=AC=B8=20->=20?= =?UTF-8?q?=EB=B6=84=EC=8B=A4=EB=AC=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navigatorBar/NavigatorBar.stories.tsx | 2 +- yarn.lock | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/navigatorBar/NavigatorBar.stories.tsx b/src/components/navigatorBar/NavigatorBar.stories.tsx index 335efdf..5260185 100644 --- a/src/components/navigatorBar/NavigatorBar.stories.tsx +++ b/src/components/navigatorBar/NavigatorBar.stories.tsx @@ -18,6 +18,6 @@ const Template: ComponentStory = (args) => ( export const navigator = Template.bind({}); navigator.args = { - navList: ['홈', '신청', '공지', '설문', '분실문', '마이페이지'], + navList: ['홈', '신청', '공지', '설문', '분실물', '마이페이지'], pathname: '/', }; diff --git a/yarn.lock b/yarn.lock index 3473a05..4c8807e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3917,6 +3917,7 @@ __metadata: peerDependencies: react: ">= 18" react-dom: ">= 18" + react-router-dom: ">= 6" styled-components: ">= 5" languageName: unknown linkType: soft