Skip to content

Commit 9b49aed

Browse files
committed
fix(link): update URL of city of Helsinki logo in stories
HCRC-178
1 parent 2d66ac0 commit 9b49aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/link/Link.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const TemplateAll: StoryFn<typeof Link> = (args) => (
4949
External link with an image
5050
<span>
5151
<img
52-
src="https://upload.wikimedia.org/wikipedia/commons/b/b2/City_Branding_of_Helsinki.svg"
52+
src="https://upload.wikimedia.org/wikipedia/commons/0/09/Helsinki_logo.svg"
5353
alt="City of Helsinki logo"
5454
width="200px"
5555
/>
@@ -84,7 +84,7 @@ const TemplateAll: StoryFn<typeof Link> = (args) => (
8484
>
8585
External secondary link with an image
8686
<img
87-
src="https://upload.wikimedia.org/wikipedia/commons/b/b2/City_Branding_of_Helsinki.svg"
87+
src="https://upload.wikimedia.org/wikipedia/commons/0/09/Helsinki_logo.svg"
8888
alt="City of Helsinki logo"
8989
width="200px"
9090
/>

0 commit comments

Comments
 (0)