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
|
||||
</Text>
|
||||
|
||||
<h2>
|
||||
<Text
|
||||
component="span"
|
||||
variant="gradient"
|
||||
gradient={{ from: 'blue', to: 'cyan' }}
|
||||
inherit
|
||||
>
|
||||
Your time, your data
|
||||
</Text>
|
||||
</h2>
|
||||
|
||||
<Group className={classes.controls}>
|
||||
<Button
|
||||
component={Link}
|
||||
|
|
@ -181,7 +192,7 @@ export default function Index() {
|
|||
className={classes.control}
|
||||
leftIcon={<GitHub />}
|
||||
>
|
||||
GitHub
|
||||
View on GitHub
|
||||
</Button>
|
||||
</Group>
|
||||
</Container>
|
||||
|
|
|
|||
Loading…
Reference in a new issue