Skip to content

Commit 8c1fa78

Browse files
author
MagdalenaJadach
authored
Merge pull request #5 from RaspberryPiFoundation/alt-images
Fix nav images alt
2 parents f088086 + c5b8727 commit 8c1fa78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/gui/gui.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ const GUIComponent = props => {
259259
<img
260260
draggable={false}
261261
src={codeIcon}
262+
alt={'Code icon'}
262263
/>
263264
<FormattedMessage
264265
defaultMessage="Code"
@@ -273,6 +274,7 @@ const GUIComponent = props => {
273274
<img
274275
draggable={false}
275276
src={costumesIcon}
277+
alt={'Costumes icon'}
276278
/>
277279
{targetIsStage ? (
278280
<FormattedMessage
@@ -295,6 +297,7 @@ const GUIComponent = props => {
295297
<img
296298
draggable={false}
297299
src={soundsIcon}
300+
alt={'Sounds icon'}
298301
/>
299302
<FormattedMessage
300303
defaultMessage="Sounds"
@@ -326,6 +329,7 @@ const GUIComponent = props => {
326329
className={styles.extensionButtonIcon}
327330
draggable={false}
328331
src={addExtensionIcon}
332+
alt={'Add extension icon'}
329333
/>
330334
</button>
331335
</Box>

0 commit comments

Comments
 (0)