Skip to content

Commit cf29a63

Browse files
committed
add user center
1 parent 70a75da commit cf29a63

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

components/app-sidebar.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ const mainMenuItems = [
4444

4545
// 底部菜单项配置
4646
const footerMenuItems = [
47-
// {
48-
// title: "个人中心",
49-
// url: "/user",
50-
// icon: User,
51-
// },
47+
{
48+
title: "个人中心",
49+
url: "/user",
50+
icon: User,
51+
},
5252
]
5353

5454
export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {

0 commit comments

Comments
 (0)