Fix typo
This commit is contained in:
parent
4bdcd49e1f
commit
17a3436017
|
@ -35,7 +35,7 @@ function Core() {
|
||||||
height="95vh"
|
height="95vh"
|
||||||
>
|
>
|
||||||
<Clock size="xxlarge" />
|
<Clock size="xxlarge" />
|
||||||
<Clock size="xxlarge" type="digital" /> :
|
<Clock size="xxlarge" type="digital" />
|
||||||
<Box direction="row" margin="1.5em" wrap={true}>
|
<Box direction="row" margin="1.5em" wrap={true}>
|
||||||
<Button onClick={() => dispatch(setPlugin("petMode"))} primary
|
<Button onClick={() => dispatch(setPlugin("petMode"))} primary
|
||||||
label="Pet Mode" />
|
label="Pet Mode" />
|
||||||
|
|
Loading…
Reference in New Issue