We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cb7f4 commit ee7680eCopy full SHA for ee7680e
src/components/Link/__stories__/Link.stories.tsx
@@ -75,7 +75,7 @@ const WithChildrenTemplate: Story<LinkFullProps> = (args) => (
75
export const Default = DefaultTemplate.bind({});
76
export const ThemesSizes = ThemesSizesTemplate.bind({});
77
export const NormalWithChildren = WithChildrenTemplate.bind({});
78
-export const NormalArrow = DefaultTemplate.bind({});
+export const NormalArrow = SizesTemplate.bind({});
79
export const NormalForDarkTheme = DarkTemplate.bind({});
80
export const UnderlineWithChildren = WithChildrenTemplate.bind({});
81
export const BackWithChildren = WithChildrenTemplate.bind({});
0 commit comments