Skip to content

Commit

Permalink
fix(ScrollContainer): replace broken sample image
Browse files Browse the repository at this point in the history
  • Loading branch information
roomonthebroom committed Aug 8, 2024
1 parent bc092a8 commit 965073b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ScrollContainer/ScrollContainer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Default = (args) => (
<div>
<ScrollContainer {...args}>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Flag-map_of_the_world.svg/1000px-Flag-map_of_the_world.svg.png"
src="https://upload.wikimedia.org/wikipedia/commons/f/f7/World_map_2011_CIA_World_Factbook.svg"
alt="Map"
/>
</ScrollContainer>
Expand All @@ -35,7 +35,7 @@ export const MaxHeight = (args) => (
<div>
<ScrollContainer {...args}>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Flag-map_of_the_world.svg/1000px-Flag-map_of_the_world.svg.png"
src="https://upload.wikimedia.org/wikipedia/commons/f/f7/World_map_2011_CIA_World_Factbook.svg"
alt="Map"
/>
</ScrollContainer>
Expand Down Expand Up @@ -71,7 +71,7 @@ export const CustomTheme = (args) => (
{...args}
>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Flag-map_of_the_world.svg/1000px-Flag-map_of_the_world.svg.png"
src="https://upload.wikimedia.org/wikipedia/commons/f/f7/World_map_2011_CIA_World_Factbook.svg"
alt="Map"
/>
</ScrollContainer>
Expand Down

0 comments on commit 965073b

Please sign in to comment.