We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c8ad2 commit c98e1deCopy full SHA for c98e1de
1 file changed
apps/web/src/components/layout/sidebar.tsx
@@ -18,6 +18,7 @@ import {
18
Search,
19
LogOut,
20
User,
21
+ Network,
22
} from "lucide-react";
23
import { cn } from "@/lib/utils";
24
import { Button } from "@/components/ui/button";
@@ -72,6 +73,11 @@ const mainNavItems: NavItem[] = [
72
73
href: "/quizzes",
74
icon: ClipboardList,
75
},
76
+ {
77
+ title: "Knowledge Graph",
78
+ href: "/knowledge-graph",
79
+ icon: Network,
80
+ },
81
{
82
title: "Study Guides",
83
href: "/guides",
0 commit comments