Skip to content

Commit c5b8727

Browse files
author
Scott
committed
fix(gui.jsx): linting
1 parent 5e2d980 commit c5b8727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/gui/gui.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const GUIComponent = props => {
259259
<img
260260
draggable={false}
261261
src={codeIcon}
262-
alt={"Code icon"}
262+
alt={'Code icon'}
263263
/>
264264
<FormattedMessage
265265
defaultMessage="Code"
@@ -274,7 +274,7 @@ const GUIComponent = props => {
274274
<img
275275
draggable={false}
276276
src={costumesIcon}
277-
alt={"Costumes icon"}
277+
alt={'Costumes icon'}
278278
/>
279279
{targetIsStage ? (
280280
<FormattedMessage
@@ -297,7 +297,7 @@ const GUIComponent = props => {
297297
<img
298298
draggable={false}
299299
src={soundsIcon}
300-
alt={"Sounds icon"}
300+
alt={'Sounds icon'}
301301
/>
302302
<FormattedMessage
303303
defaultMessage="Sounds"
@@ -329,7 +329,7 @@ const GUIComponent = props => {
329329
className={styles.extensionButtonIcon}
330330
draggable={false}
331331
src={addExtensionIcon}
332-
alt={"Add extension icon"}
332+
alt={'Add extension icon'}
333333
/>
334334
</button>
335335
</Box>

0 commit comments

Comments
 (0)