Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-01 14:42:37 +00:00
co-authored by renee-png
parent 526ce6fad7
commit 4173de28a3
+2
View File
@@ -25,6 +25,7 @@ import {
Archive as ArchiveIcon,
BarChart3,
CalendarClock,
Wallet,
} from "lucide-react";
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
@@ -62,6 +63,7 @@ const NAV: NavItem[] = (() => {
{ to: "/reports", label: "Reports", icon: BarChart3 },
{ to: "/status", label: "Status Updates", icon: Activity },
{ to: "/tasks", label: "Tasks", icon: CheckSquare },
{ to: "/trust", label: "Trust", icon: Wallet },
].sort((a, b) => a.label.localeCompare(b.label));
const bottom: NavItem[] = [
{ to: "/archive", label: "Archive", icon: ArchiveIcon },