chore: update home
This commit is contained in:
parent
7288ea834e
commit
64d3e0160d
|
|
@ -159,6 +159,17 @@ export default function Index() {
|
||||||
management, and monthly or custom reports
|
management, and monthly or custom reports
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
<Text
|
||||||
|
component="span"
|
||||||
|
variant="gradient"
|
||||||
|
gradient={{ from: 'blue', to: 'cyan' }}
|
||||||
|
inherit
|
||||||
|
>
|
||||||
|
Your time, your data
|
||||||
|
</Text>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<Group className={classes.controls}>
|
<Group className={classes.controls}>
|
||||||
<Button
|
<Button
|
||||||
component={Link}
|
component={Link}
|
||||||
|
|
@ -181,7 +192,7 @@ export default function Index() {
|
||||||
className={classes.control}
|
className={classes.control}
|
||||||
leftIcon={<GitHub />}
|
leftIcon={<GitHub />}
|
||||||
>
|
>
|
||||||
GitHub
|
View on GitHub
|
||||||
</Button>
|
</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue