Skip to content

Commit 25406ce

Browse files
committed
refactor: Comment out unused sidebar items in DashboardSidebar component
1 parent 09f2e82 commit 25406ce

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/app/dashboard/_components/DashboardSidebar.tsx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ const DashboardSidebar = () => {
3131
url: "",
3232
icon: Home,
3333
},
34-
{
35-
title: _t("Series"),
36-
url: "/series",
37-
icon: Home,
38-
},
39-
{
40-
title: _t("Notifications"),
41-
url: "/notifications",
42-
icon: BellIcon,
43-
},
44-
{
45-
title: _t("Bookmarks"),
46-
url: "/bookmarks",
47-
icon: Bookmark,
48-
},
34+
// {
35+
// title: _t("Series"),
36+
// url: "/series",
37+
// icon: Home,
38+
// },
39+
// {
40+
// title: _t("Notifications"),
41+
// url: "/notifications",
42+
// icon: BellIcon,
43+
// },
44+
// {
45+
// title: _t("Bookmarks"),
46+
// url: "/bookmarks",
47+
// icon: Bookmark,
48+
// },
4949
{
5050
title: _t("Settings"),
5151
url: "/settings",

0 commit comments

Comments
 (0)