aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/images/gallery.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/images/gallery.stories.tsx')
-rw-r--r--src/components/organisms/images/gallery.stories.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/organisms/images/gallery.stories.tsx b/src/components/organisms/images/gallery.stories.tsx
index 786cfff..6fc278f 100644
--- a/src/components/organisms/images/gallery.stories.tsx
+++ b/src/components/organisms/images/gallery.stories.tsx
@@ -43,10 +43,10 @@ const image = {
const Template: ComponentStory<typeof Gallery> = (args) => (
<Gallery {...args}>
- <ResponsiveImage unoptimized {...image} />
- <ResponsiveImage unoptimized {...image} />
- <ResponsiveImage unoptimized {...image} />
- <ResponsiveImage unoptimized {...image} />
+ <ResponsiveImage {...image} />
+ <ResponsiveImage {...image} />
+ <ResponsiveImage {...image} />
+ <ResponsiveImage {...image} />
</Gallery>
);