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