diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 42527c84..710e46e6 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -343,11 +343,11 @@ export const NavBar: React.FC = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: 'bottom', - horizontal: 'right', + horizontal: 'center', }} transformOrigin={{ vertical: 'top', - horizontal: 'right', + horizontal: 'center', }} PaperProps={{ sx: { width: '180px' } }} > @@ -389,11 +389,11 @@ export const NavBar: React.FC = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: "bottom", - horizontal: "right", + horizontal: "center", }} transformOrigin={{ vertical: "top", - horizontal: "right", + horizontal: "center", }} > = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: "bottom", - horizontal: "right", + horizontal: "center", }} transformOrigin={{ vertical: "top", - horizontal: "right", + horizontal: "center", }} >