diff --git a/src/Router.tsx b/src/Router.tsx index 101e9ce..7db8712 100644 --- a/src/Router.tsx +++ b/src/Router.tsx @@ -18,8 +18,7 @@ const AppRouter: React.FC = () => { const history = useHistory(); return ( <> - - + history.push('/')} icon={} @@ -27,7 +26,6 @@ const AppRouter: React.FC = () => { Home -