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,
CalendarMonth,
Description,
Draw,
PersonOutline
PersonOutline,
Upload
} from '@mui/icons-material'
import { Box, Button, Typography } from '@mui/material'
import { useNavigate } from 'react-router-dom'
@ -22,10 +22,10 @@ export const HomePage = () => {
<Box className={styles.actionButtons}>
<Button
variant="outlined"
startIcon={<Draw />}
startIcon={<Upload />}
onClick={() => navigate(appPrivateRoutes.sign)}
>
Sign
Upload
</Button>
<Button
variant="contained"