fix: replace sign with upload in homepage
This commit is contained in:
parent
de4d927c73
commit
021db5679a
@ -2,8 +2,8 @@ import {
|
|||||||
Add,
|
Add,
|
||||||
CalendarMonth,
|
CalendarMonth,
|
||||||
Description,
|
Description,
|
||||||
Draw,
|
PersonOutline,
|
||||||
PersonOutline
|
Upload
|
||||||
} from '@mui/icons-material'
|
} from '@mui/icons-material'
|
||||||
import { Box, Button, Typography } from '@mui/material'
|
import { Box, Button, Typography } from '@mui/material'
|
||||||
import { useNavigate } from 'react-router-dom'
|
import { useNavigate } from 'react-router-dom'
|
||||||
@ -22,10 +22,10 @@ export const HomePage = () => {
|
|||||||
<Box className={styles.actionButtons}>
|
<Box className={styles.actionButtons}>
|
||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
startIcon={<Draw />}
|
startIcon={<Upload />}
|
||||||
onClick={() => navigate(appPrivateRoutes.sign)}
|
onClick={() => navigate(appPrivateRoutes.sign)}
|
||||||
>
|
>
|
||||||
Sign
|
Upload
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
|
Loading…
Reference in New Issue
Block a user