From d77748ed9abc15ade1dc054ef87d56056d1a720e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:11:02 +0530 Subject: [PATCH] feat: set anchorOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 690eaf36..7cea676f 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -485,7 +485,7 @@ export const NavBar: React.FC = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: "bottom", - horizontal: "right", + horizontal: "center", }} transformOrigin={{ vertical: "top",