Skip to content

Commit 39fb53a

Browse files
Added alt text for red border
1 parent 2874e7e commit 39fb53a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/src/Image/Image.features.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const CustomClass: StoryFn<typeof Image> = () => (
5757
<Image
5858
src={placeholderImage}
5959
className={style['custom-image']}
60-
alt="placeholder, blank area with an off-white background color, height and width specified to 200px"
60+
alt="placeholder, blank area with an off-white background color and a red border, height and width specified to 200px"
6161
height={200}
6262
width={200}
6363
/>
@@ -67,7 +67,7 @@ export const CustomClassOnPicture: StoryFn<typeof Image> = () => (
6767
<Image
6868
src={placeholderImage}
6969
className={style['custom-image']}
70-
alt="placeholder, blank area with an off-white background color, height and width specified to 200px"
70+
alt="placeholder, blank area with an off-white background color and a red border, height and width specified to 200px"
7171
height={200}
7272
width={200}
7373
as="picture"
@@ -78,7 +78,7 @@ export const CustomClassWithAspectRatio: StoryFn<typeof Image> = () => (
7878
<Image
7979
src={placeholderImage}
8080
className={style['custom-image']}
81-
alt="placeholder, blank area with an off-white background color, custom aspect ratio"
81+
alt="placeholder, blank area with an off-white background color and a red border, custom aspect ratio"
8282
aspectRatio="custom"
8383
/>
8484
)

0 commit comments

Comments
 (0)