mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
fix lint
This commit is contained in:
parent
4d0e2b4c44
commit
4d9ecb2a2c
1 changed files with 4 additions and 4 deletions
|
@ -76,12 +76,12 @@ class PaintEditorComponent extends React.Component {
|
||||||
<button
|
<button
|
||||||
className={styles.button}
|
className={styles.button}
|
||||||
>
|
>
|
||||||
<font color="silver"> Front </ font>
|
<font color="silver"> Front </font>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={styles.button}
|
className={styles.button}
|
||||||
>
|
>
|
||||||
<font color="silver"> Back </ font>
|
<font color="silver"> Back </font>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -90,12 +90,12 @@ class PaintEditorComponent extends React.Component {
|
||||||
<button
|
<button
|
||||||
className={styles.button}
|
className={styles.button}
|
||||||
>
|
>
|
||||||
<font color="silver"> Group </ font>
|
<font color="silver"> Group </font>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={styles.button}
|
className={styles.button}
|
||||||
>
|
>
|
||||||
<font color="silver"> Ungroup </ font>
|
<font color="silver"> Ungroup </font>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue