diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx
index 9581dd45..58f45dc1 100644
--- a/src/components/Sidebar.tsx
+++ b/src/components/Sidebar.tsx
@@ -37,7 +37,7 @@ const Nav = ({Icon, label, path, keyPath, disabled = false, isMinimized = false}
"p-4 rounded-full flex gap-4 items-center cursor-pointer text-gray-500 hover:bg-mti-purple-light hover:text-white",
"transition-all duration-300 ease-in-out",
path === keyPath && "bg-mti-purple-light text-white",
- isMinimized ? "w-fit" : "w-full min-w-[250px] px-8",
+ isMinimized ? "w-fit" : "w-full min-w-[220px] px-8",
)}>
{!isMinimized && {label}}