From 7d11cc79161e5a07f6c5392d742ef6b9d8658071 Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Thu, 26 May 2022 19:48:59 +0500 Subject: [PATCH] fix(web): reduced width for autoexec input --- web/src/components/header.tsx | 2 +- web/src/containers/Settings/profile.tsx | 28 ++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) 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 = () => { /> + + + + { /> - - - -