diff --git a/client/src/components/Level.tsx b/client/src/components/Level.tsx index 144fc33..e4b6a41 100644 --- a/client/src/components/Level.tsx +++ b/client/src/components/Level.tsx @@ -25,7 +25,7 @@ import { useAppDispatch } from '../hooks'; import { useSelector } from 'react-redux'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faUpload, faArrowRotateRight, faChevronLeft, faChevronRight, faBook, faDownload } from '@fortawesome/free-solid-svg-icons' +import { faUpload, faArrowRotateRight, faChevronLeft, faChevronRight, faBook, faHome } from '@fortawesome/free-solid-svg-icons' import { styled, useTheme, Theme, CSSObject } from '@mui/material/styles'; import { AppBarProps as MuiAppBarProps } from '@mui/material/AppBar'; @@ -173,8 +173,17 @@ function Level() { - - + + +