Merge pull request #20 from offendingcommit/feat/peer-card-seed-kits

feat(web): add peer card seed kits
This commit is contained in:
Offending Commit
2026-05-28 14:24:48 -05:00
committed by GitHub
15 changed files with 1236 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import {
ChevronsUpDown,
Eye,
EyeOff,
Layers,
LayoutDashboard,
Lightbulb,
MessageSquare,
@@ -30,6 +31,7 @@ import { COLOR } from "@/lib/constants";
const TOP_NAV = [
{ to: "/" as const, label: "Dashboard", icon: LayoutDashboard, exact: true },
{ to: "/workspaces" as const, label: "Workspaces", icon: Boxes, exact: false },
{ to: "/seed-kits" as const, label: "Seed Kits", icon: Layers, exact: false },
{ to: "/settings" as const, label: "Settings", icon: Settings, exact: false },
];