From ef8fd5d2af556303676fef83bd2cff96bfbee681 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:11:42 +0530 Subject: [PATCH] feat: set transformOrigin 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 2468bfda..710e46e6 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -393,7 +393,7 @@ export const NavBar: React.FC = ({ }} transformOrigin={{ vertical: "top", - horizontal: "right", + horizontal: "center", }} >