aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/AllLists.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/sidebar/AllLists.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/AllLists.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx
index f8b80cba..306bf4b4 100644
--- a/apps/web/components/dashboard/sidebar/AllLists.tsx
+++ b/apps/web/components/dashboard/sidebar/AllLists.tsx
@@ -24,6 +24,7 @@ import { ZBookmarkListTreeNode } from "@karakeep/shared/utils/listUtils";
import { CollapsibleBookmarkLists } from "../lists/CollapsibleBookmarkLists";
import { EditListModal } from "../lists/EditListModal";
import { ListOptions } from "../lists/ListOptions";
+import { InvitationNotificationBadge } from "./InvitationNotificationBadge";
export default function AllLists({
initialData,
@@ -90,6 +91,7 @@ export default function AllLists({
path={`/dashboard/lists`}
linkClassName="py-0.5"
className="px-0.5"
+ right={<InvitationNotificationBadge />}
/>
<SidebarItem
logo={<span className="text-lg">⭐️</span>}