Skip to content

Commit

Permalink
STYLE: Button adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mseng10 committed Jul 13, 2024
1 parent 5b462c2 commit 4a64f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/react/src/AppNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import CreateOptions from './modals/CreateOptions';
import ViewOptions from './modals/ViewOptions';
import VisibilitySharpIcon from '@mui/icons-material/VisibilitySharp';
import ReportGmailerrorredSharpIcon from '@mui/icons-material/ReportGmailerrorredSharp';
import GrassOutlinedIcon from '@mui/icons-material/GrassOutlined';
import FormatListNumberedIcon from '@mui/icons-material/FormatListNumbered';
import MenuIcon from '@mui/icons-material/Menu';
import {useNavigate, useLocation} from "react-router-dom"
import HomeIcon from '@mui/icons-material/Home';

const drawerWidth = 64;

Expand Down Expand Up @@ -54,7 +54,7 @@ function AppNavigation(props) {
</ListItem>
<ListItem key={"text1"} disablePadding>
<IconButton size="large" color="primary" onClick ={()=>{ navigate("/")}}>
<GrassOutlinedIcon className={`medium_button `} />
<HomeIcon className={`medium_button `} />
</IconButton>
</ListItem>
<ListItem key={"text1"} disablePadding>
Expand Down

0 comments on commit 4a64f72

Please sign in to comment.