Merge branch 'dev' into freight/nati-2

This commit is contained in:
Nathnael
2026-08-13 11:34:57 +00:00
47 changed files with 1441 additions and 72 deletions

View File

@@ -9,6 +9,7 @@ import {
FileText,
Hammer,
History,
Image as ImageIcon,
LayoutDashboard,
LayoutGrid,
MapPin,
@@ -492,6 +493,12 @@ export const buildSidebarSections = (
icon: <Stamp />,
permission: FREIGHT_PERMS.settings.stamp.view,
},
{
label: "Company logo",
href: "/dashboard/logo-settings",
icon: <ImageIcon />,
permission: FREIGHT_PERMS.settings.logo.view,
},
{
label: "Contract templates",
href: "/dashboard/contract-templates",