diff --git a/app/blocks/__global/app-sidebar.tsx b/app/blocks/__global/app-sidebar.tsx index b707289..dcd2ee5 100644 --- a/app/blocks/__global/app-sidebar.tsx +++ b/app/blocks/__global/app-sidebar.tsx @@ -1,13 +1,14 @@ import { Link, NavLink, useSubmit } from "react-router"; -import { - IconDashboard, - IconBox, - IconChartLine, - IconReceipt, - IconWallet, - IconBrain, +import { + IconDashboard, + IconBox, + IconChartLine, + IconReceipt, + IconWallet, + IconBrain, IconSettings, - IconLogout + IconLogout, + IconTrendingUp, } from "@tabler/icons-react"; import styles from "./app-sidebar.module.css"; @@ -33,9 +34,9 @@ export function AppSidebar({ user }: Props) { { to: "/app/sales", label: "Sales Log", icon: }, { to: "/app/expenses", label: "Expenses", icon: }, { to: "/app/ai-insights", label: "AI Insights", icon: }, + { to: "/app/analytics", label: "Analytics & Insights", icon: }, { to: "/app/settings", label: "Settings", icon: }, ]; - return (