File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const CustomClass: StoryFn<typeof Image> = () => (
57
57
< Image
58
58
src = { placeholderImage }
59
59
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"
61
61
height = { 200 }
62
62
width = { 200 }
63
63
/>
@@ -67,7 +67,7 @@ export const CustomClassOnPicture: StoryFn<typeof Image> = () => (
67
67
< Image
68
68
src = { placeholderImage }
69
69
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"
71
71
height = { 200 }
72
72
width = { 200 }
73
73
as = "picture"
@@ -78,7 +78,7 @@ export const CustomClassWithAspectRatio: StoryFn<typeof Image> = () => (
78
78
< Image
79
79
src = { placeholderImage }
80
80
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"
82
82
aspectRatio = "custom"
83
83
/>
84
84
)
You can’t perform that action at this time.
0 commit comments