Add H1
This commit is contained in:
parent
47902f09bf
commit
5b1c408fb9
@ -115,13 +115,22 @@ export default class Home extends Component {
|
|||||||
</Modal> : <></>
|
</Modal> : <></>
|
||||||
}
|
}
|
||||||
|
|
||||||
<Grid.Container gap={2}>
|
<Grid.Container gap={2} justify='center'>
|
||||||
|
<Grid xs={12} css={{
|
||||||
|
color: 'black'
|
||||||
|
}} justify='center'>
|
||||||
|
<div style={{
|
||||||
|
textAlign: 'center',
|
||||||
|
}}>
|
||||||
|
<Text h1>BeatSaber Overlay</Text>
|
||||||
|
<Text h4>Welcome to the Setup panel</Text>
|
||||||
|
</div>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
<Grid xs={12}>
|
<Grid xs={12}>
|
||||||
<Card>
|
<Card>
|
||||||
<Card.Body>
|
<Card.Body>
|
||||||
<Text b>Welcome to the Setup panel</Text>
|
<Spacer y={1} />
|
||||||
|
|
||||||
<Spacer y={2} />
|
|
||||||
|
|
||||||
<Input
|
<Input
|
||||||
underlined
|
underlined
|
||||||
|
Reference in New Issue
Block a user