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 3d852fd commit 337918eCopy full SHA for 337918e
1 file changed
src/core/link/Link.stories.tsx
@@ -49,7 +49,7 @@ const TemplateAll: StoryFn<typeof Link> = (args) => (
49
External link with an image
50
<span>
51
<img
52
- src="https://upload.wikimedia.org/wikipedia/commons/b/b2/City_Branding_of_Helsinki.svg"
+ src="https://upload.wikimedia.org/wikipedia/commons/0/09/Helsinki_logo.svg"
53
alt="City of Helsinki logo"
54
width="200px"
55
/>
@@ -84,7 +84,7 @@ const TemplateAll: StoryFn<typeof Link> = (args) => (
84
>
85
External secondary link with an image
86
87
88
89
90
0 commit comments