Skip to content

Commit

Permalink
[revise]: revise Link.stories.tsx for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Jan 1, 2024
1 parent 6f2f00d commit 79a4146
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/pwrcode-frontend/app/design/atoms/Link/Link.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 79a4146

Please sign in to comment.