fix: slider, add about page loading text, background bug fix etc

This commit is contained in:
David Ralph
2021-03-26 22:16:44 +00:00
parent 98082158b7
commit 43741f4d58
9 changed files with 32 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ export default class Slider extends React.PureComponent {
this.language = window.language.modals.main.settings;
}
handleChange = () => {
handleChange = (e) => {
const { value } = e.target;
localStorage.setItem(this.props.name, value);