diff --git a/src/components/Common/Navbar.tsx b/src/components/Common/Navbar.tsx index 13db435e..5089b90a 100644 --- a/src/components/Common/Navbar.tsx +++ b/src/components/Common/Navbar.tsx @@ -22,7 +22,7 @@ const Navbar = () => { svg: SearchIcon, }, { - path: '/documents', + path: '/application', svg: DocumentsIcon, }, { @@ -32,22 +32,24 @@ const Navbar = () => { ]; return ( -
-
- {routes.map((route, index) => { - const IconComponent = route.svg; - return ( - - ); - })} -
-
+
+
+
+ {routes.map((route, index) => { + const IconComponent = route.svg; + return ( + + ); + })} +
+
+
); }; diff --git a/src/components/Profile/DeleteAccount.tsx b/src/components/Profile/DeleteAccount.tsx index 154efc09..78b72013 100644 --- a/src/components/Profile/DeleteAccount.tsx +++ b/src/components/Profile/DeleteAccount.tsx @@ -5,7 +5,7 @@ type DeleteAccountProps = { const DeleteAccount = ({ onDeleteButton }: DeleteAccountProps) => { return ( <> -
+