Skip to content

Commit 3bce373

Browse files
committed
add missing alt text
1 parent 3dc5f93 commit 3bce373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ function Body() {
143143
illustration={{
144144
type: "image",
145145
src: mesaLogoPng,
146-
hasShadow: false
146+
hasShadow: false,
147+
alt: "MESA logo"
147148
}}
148149
hasAnimation={true}
149150
/>

0 commit comments

Comments
 (0)