fix: slider text, quote

- Quote was being irritating on lower resolutions and would make it so the text for author would go outside
- Text on slider was getting jammed together
This commit is contained in:
alexsparkes
2022-04-12 22:05:57 +01:00
parent af41947e33
commit a699163b46
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ export default class SliderComponent extends PureComponent {
<>
<span className={'sliderTitle'}>
{this.props.title}
{Number(this.state.value / 100)}x
<span>{Number(this.state.value / 100)}x</span>
<span className="link" onClick={this.resetItem}>
<MdRefresh />
{variables.language.getMessage(