We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f2e82 commit 25406ceCopy full SHA for 25406ce
src/app/dashboard/_components/DashboardSidebar.tsx
@@ -31,21 +31,21 @@ const DashboardSidebar = () => {
31
url: "",
32
icon: Home,
33
},
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
+ // {
+ // title: _t("Series"),
+ // url: "/series",
+ // icon: Home,
+ // },
+ // title: _t("Notifications"),
+ // url: "/notifications",
+ // icon: BellIcon,
+ // title: _t("Bookmarks"),
+ // url: "/bookmarks",
+ // icon: Bookmark,
49
{
50
title: _t("Settings"),
51
url: "/settings",
0 commit comments