From 79a4146649e0b82477bcc3a45ad0731d2f92566b Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Mon, 1 Jan 2024 22:32:40 +0900 Subject: [PATCH] [revise]: revise Link.stories.tsx for frontend --- .../app/design/atoms/Link/Link.stories.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/pwrcode-frontend/app/design/atoms/Link/Link.stories.tsx b/apps/pwrcode-frontend/app/design/atoms/Link/Link.stories.tsx index 0f9da05..7fc23ed 100755 --- a/apps/pwrcode-frontend/app/design/atoms/Link/Link.stories.tsx +++ b/apps/pwrcode-frontend/app/design/atoms/Link/Link.stories.tsx @@ -42,7 +42,7 @@ export const NavbarSearchLink: Story = { args: { fontFamily: 'Ubuntu', text: 'Search'.toUpperCase(), - href: 'search', + href: '/search', fontStyle: 'normal', fontWeight: '400', fontSize: '0.75rem', @@ -55,7 +55,7 @@ export const NavbarKnowledgeLink: Story = { args: { fontFamily: 'Ubuntu', text: 'Knowledge'.toUpperCase(), - href: 'knowledge', + href: '/knowledge', fontStyle: 'normal', fontWeight: '400', fontSize: '0.75rem', @@ -68,7 +68,7 @@ export const NavbarComputerScienceLink: Story = { args: { fontFamily: 'Ubuntu', text: 'Computer Science'.toUpperCase(), - href: 'computer_science', + href: '/computer_science', fontStyle: 'normal', fontWeight: '400', fontSize: '0.75rem', @@ -81,7 +81,7 @@ export const NavbarCodeBoxLink: Story = { args: { fontFamily: 'Ubuntu', text: 'CodeBox'.toUpperCase(), - href: 'codebox', + href: '/codebox', fontStyle: 'normal', fontWeight: '400', fontSize: '0.75rem',