feat(phase-29): add compliance framework mapping, reports and UI (T-227 to T-229)
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
Zap,
|
||||
Grid3X3,
|
||||
Gauge,
|
||||
ShieldCheck,
|
||||
} from "lucide-react";
|
||||
import { useAuth } from "../context/AuthContext";
|
||||
|
||||
@@ -45,6 +46,7 @@ const mainLinks: NavItem[] = [
|
||||
{ to: "/reports", label: "Reports", icon: BarChart3 },
|
||||
{ to: "/threat-actors", label: "Threat Actors", icon: Crosshair },
|
||||
{ to: "/campaigns", label: "Campaigns", icon: Zap },
|
||||
{ to: "/compliance", label: "Compliance", icon: ShieldCheck },
|
||||
];
|
||||
|
||||
const adminLinks: NavItem[] = [
|
||||
|
||||
Reference in New Issue
Block a user