diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 1f36879ee..02d733d28 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -267,7 +267,7 @@ export const NavBar: React.FC = ({ top: "50%", left: "50%", transform: "translate(-50%, -50%)", - width: 500, + width: 700, bgcolor: "background.paper", boxShadow: 24, p: 4, @@ -291,8 +291,7 @@ export const NavBar: React.FC = ({