Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions app/adminpage/main/_components/AdminMainScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ const MENU_ITEMS = [
gradient: "from-[#ff4d61] to-[#ff775e]",
badge: "LIVE",
},
{
id: "users",
title: "사용자 관리",
description: "가입된 사용자 목록 조회 및 관리",
icon: Users,
href: "/adminpage/users",
active: true,
gradient: "from-[#06b6d4] to-[#3b82f6]",
},
{
id: "products",
title: "상품 관리",
Expand All @@ -42,15 +51,6 @@ const MENU_ITEMS = [
active: true,
gradient: "from-[#10b981] to-[#059669]",
},
{
id: "users",
title: "사용자 관리",
description: "가입된 사용자 목록 조회 및 관리",
icon: Users,
href: "#",
active: false,
gradient: "from-[#06b6d4] to-[#3b82f6]",
},
{
id: "stats",
title: "통계",
Expand Down
Loading
Loading