forked from p15670423/monkey
JS minor quotes refactor
This commit is contained in:
parent
9b5029a05c
commit
be51de2756
|
@ -2,7 +2,7 @@ import {Modal} from 'react-bootstrap';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {GridLoader} from 'react-spinners';
|
import {GridLoader} from 'react-spinners';
|
||||||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||||
import {faExclamationTriangle} from "@fortawesome/free-solid-svg-icons/faExclamationTriangle";
|
import {faExclamationTriangle} from '@fortawesome/free-solid-svg-icons/faExclamationTriangle';
|
||||||
|
|
||||||
|
|
||||||
class StartOverModal extends React.PureComponent {
|
class StartOverModal extends React.PureComponent {
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
export const particleParams = {
|
export const particleParams = {
|
||||||
particles: {
|
particles: {
|
||||||
color: {
|
color: {
|
||||||
value: "#ffcc00"
|
value: '#ffcc00'
|
||||||
},
|
},
|
||||||
line_linked: {
|
line_linked: {
|
||||||
color: {
|
color: {
|
||||||
value: "#a08100"
|
value: '#a08100'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
number: {
|
number: {
|
||||||
|
|
Loading…
Reference in New Issue