Skip to content

Commit

Permalink
fix: 분실문 -> 분실물
Browse files Browse the repository at this point in the history
  • Loading branch information
Josanghyeon authored and Josanghyeon committed Dec 28, 2022
1 parent 765f908 commit 9f69e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigatorBar/NavigatorBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ const Template: ComponentStory<typeof NavigatorBar> = (args) => (
export const navigator = Template.bind({});

navigator.args = {
navList: ['홈', '신청', '공지', '설문', '분실문', '마이페이지'],
navList: ['홈', '신청', '공지', '설문', '분실물', '마이페이지'],
pathname: '/',
};
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3917,6 +3917,7 @@ __metadata:
peerDependencies:
react: ">= 18"
react-dom: ">= 18"
react-router-dom: ">= 6"
styled-components: ">= 5"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 9f69e73

Please sign in to comment.