Skip to content

Commit ee7680e

Browse files
committed
fix: add arrow link different sizes
1 parent 70cb7f4 commit ee7680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Link/__stories__/Link.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const WithChildrenTemplate: Story<LinkFullProps> = (args) => (
7575
export const Default = DefaultTemplate.bind({});
7676
export const ThemesSizes = ThemesSizesTemplate.bind({});
7777
export const NormalWithChildren = WithChildrenTemplate.bind({});
78-
export const NormalArrow = DefaultTemplate.bind({});
78+
export const NormalArrow = SizesTemplate.bind({});
7979
export const NormalForDarkTheme = DarkTemplate.bind({});
8080
export const UnderlineWithChildren = WithChildrenTemplate.bind({});
8181
export const BackWithChildren = WithChildrenTemplate.bind({});

0 commit comments

Comments
 (0)