From 021db5679a54ec4b6f44fbe86bb00cfa3125be82 Mon Sep 17 00:00:00 2001 From: SwiftHawk Date: Fri, 7 Jun 2024 16:17:35 +0500 Subject: [PATCH] fix: replace sign with upload in homepage --- src/pages/home/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 93452bb..0afb321 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -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 = () => {