Skip to content

Commit c98e1de

Browse files
committed
feat(web): add Knowledge Graph link to navigation sidebar (SSC-11)
Add Knowledge Graph navigation item with Network icon to main nav
1 parent 07c8ad2 commit c98e1de

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/web/src/components/layout/sidebar.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
Search,
1919
LogOut,
2020
User,
21+
Network,
2122
} from "lucide-react";
2223
import { cn } from "@/lib/utils";
2324
import { Button } from "@/components/ui/button";
@@ -72,6 +73,11 @@ const mainNavItems: NavItem[] = [
7273
href: "/quizzes",
7374
icon: ClipboardList,
7475
},
76+
{
77+
title: "Knowledge Graph",
78+
href: "/knowledge-graph",
79+
icon: Network,
80+
},
7581
{
7682
title: "Study Guides",
7783
href: "/guides",

0 commit comments

Comments
 (0)