update loading type

This commit is contained in:
Lee 2023-01-16 15:10:25 +00:00
parent 25918aae7b
commit e69d6e17c4
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF
2 changed files with 4 additions and 2 deletions

@ -39,7 +39,7 @@ const PlayerStats = () => {
if (isLoading) { if (isLoading) {
return ( return (
<div className={styles.playerStatsContainer}> <div className={styles.playerStatsContainer}>
<Loading size="lg" /> <Loading type="points" size="lg" />
</div> </div>
); );
} }

@ -295,7 +295,9 @@ export default class Home extends Component {
size="md" size="md"
/> />
<Spacer y={1.2} /> <Spacer y={1.2} />
<Text>Show score raw pp (The raw pp value of the current score)</Text> <Text>
Show score raw pp (The raw pp value of the current score)
</Text>
<Switch <Switch
onChange={(event) => onChange={(event) =>
this.updateValue("showPp", event.target.checked) this.updateValue("showPp", event.target.checked)