File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ const GUIComponent = props => {
259
259
< img
260
260
draggable = { false }
261
261
src = { codeIcon }
262
+ alt = { 'Code icon' }
262
263
/>
263
264
< FormattedMessage
264
265
defaultMessage = "Code"
@@ -273,6 +274,7 @@ const GUIComponent = props => {
273
274
< img
274
275
draggable = { false }
275
276
src = { costumesIcon }
277
+ alt = { 'Costumes icon' }
276
278
/>
277
279
{ targetIsStage ? (
278
280
< FormattedMessage
@@ -295,6 +297,7 @@ const GUIComponent = props => {
295
297
< img
296
298
draggable = { false }
297
299
src = { soundsIcon }
300
+ alt = { 'Sounds icon' }
298
301
/>
299
302
< FormattedMessage
300
303
defaultMessage = "Sounds"
@@ -326,6 +329,7 @@ const GUIComponent = props => {
326
329
className = { styles . extensionButtonIcon }
327
330
draggable = { false }
328
331
src = { addExtensionIcon }
332
+ alt = { 'Add extension icon' }
329
333
/>
330
334
</ button >
331
335
</ Box >
You can’t perform that action at this time.
0 commit comments