Skip to content

Commit

Permalink
Add explicitly empty alternative text to image
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Dec 21, 2023
1 parent 08b7fed commit eeb24d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storybook/storybook-react/src/Overlap/Overlap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const Default: Story = {
<>
<AspectRatio ratio="2x-wide">
<Image
alt=""
cover
sizes="(max-width: 36rem) 640px, (max-width: 68rem) 1280px, 1600px"
src="https://picsum.photos/640/180"
Expand Down

0 comments on commit eeb24d1

Please sign in to comment.