diff --git a/frontend/src/components/AdminMenuSidebar/index.tsx b/frontend/src/components/AdminMenuSidebar/index.tsx index 154e604..e3fcac6 100644 --- a/frontend/src/components/AdminMenuSidebar/index.tsx +++ b/frontend/src/components/AdminMenuSidebar/index.tsx @@ -11,21 +11,25 @@ export default function AdminMenuSidebar() { ]; return ( -
-

메뉴

-
- {menuItems.map((item) => ( - - ))} +
+
+
+

메뉴

+
+
+ {menuItems.map((item) => ( + + ))} +
); diff --git a/frontend/src/components/AdminProjectSidebar/index.tsx b/frontend/src/components/AdminProjectSidebar/index.tsx index 7e984fb..b48d3b7 100644 --- a/frontend/src/components/AdminProjectSidebar/index.tsx +++ b/frontend/src/components/AdminProjectSidebar/index.tsx @@ -18,13 +18,13 @@ export default function AdminProjectSidebar({ workspaceName, projects }: AdminPr minSize={15} maxSize={35} defaultSize={20} - className="flex h-full flex-col bg-gray-100" + className="flex h-full flex-col border-r border-gray-200 bg-gray-100" > -
-

+
+

{workspaceName}

-