issue-104 #106

Merged
b merged 7 commits from issue-104 into staging 2024-06-07 13:26:37 +00:00
Showing only changes of commit 021db5679a - Show all commits

View File

@ -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"