diff --git a/apps/edr-freight-web/backoffice/src/App.tsx b/apps/edr-freight-web/backoffice/src/App.tsx index 471849c95..960d0036e 100644 --- a/apps/edr-freight-web/backoffice/src/App.tsx +++ b/apps/edr-freight-web/backoffice/src/App.tsx @@ -18,13 +18,13 @@ import { Send, Settings, ShieldCheck, - Settings2, Ship, SlidersHorizontal, Train, Truck, Users, Wallet, + LifeBuoy, } from "lucide-react"; import { useEffect } from "react"; import { @@ -132,6 +132,7 @@ import { HealthCheck } from "./features/health/HealthCheck"; import FaydaCallbackPage from "./pages/FaydaCallbackPage"; import { UserManagementRoutes } from "./user-management/route"; import SetPassword from "./shared/components/SetPassword"; +import SupportInboxPage from "./pages/support/SupportInboxPage"; const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [ { @@ -178,6 +179,11 @@ const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [ icon: , permission: FREIGHT_PERMS.bookings.view, }, + { + label: "Support", + href: "/dashboard/support", + icon: , + }, ...demoItems, ], }, @@ -713,6 +719,7 @@ const App = () => { } /> + } /> } /> } />