JS minor quotes refactor

This commit is contained in:
VakarisZ 2020-06-23 10:32:47 +03:00
parent 9b5029a05c
commit be51de2756
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ import {Modal} from 'react-bootstrap';
import React from 'react';
import {GridLoader} from 'react-spinners';
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 {

View File

@ -1,11 +1,11 @@
export const particleParams = {
particles: {
color: {
value: "#ffcc00"
value: '#ffcc00'
},
line_linked: {
color: {
value: "#a08100"
value: '#a08100'
}
},
number: {