diff --git a/web/src/components/header.tsx b/web/src/components/header.tsx index 7288d27..28e0d57 100644 --- a/web/src/components/header.tsx +++ b/web/src/components/header.tsx @@ -153,7 +153,7 @@ const Header = (props: any) => { color="primary" startIcon={} > - Setting + Settings diff --git a/web/src/containers/Settings/profile.tsx b/web/src/containers/Settings/profile.tsx index 7571250..14d8e09 100644 --- a/web/src/containers/Settings/profile.tsx +++ b/web/src/containers/Settings/profile.tsx @@ -14,9 +14,9 @@ import { FormControlLabel, Checkbox } from '@mui/material' +import { toast } from 'react-toastify' import { AppContext } from '../../context/appContext' -import { toast } from 'react-toastify' const Profile = () => { const [isLoading, setIsLoading] = useState(false) @@ -106,6 +106,19 @@ const Profile = () => { /> + + + + { /> - - - -