From fdf1d47d36eff4799b1261812e33396e9f3103ab Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 16 Nov 2025 10:57:15 +0530 Subject: [PATCH] refactor(company-dashboard): remove reports navigation item --- app/dashboard/company/layout.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/dashboard/company/layout.tsx b/app/dashboard/company/layout.tsx index 844a781d..b73a2dc1 100644 --- a/app/dashboard/company/layout.tsx +++ b/app/dashboard/company/layout.tsx @@ -13,7 +13,6 @@ import { Users, BarChart3, Settings, - FileText, Trophy, CreditCard, } from 'lucide-react' @@ -191,11 +190,6 @@ function CompanyDashboardContent({ url: `/dashboard/company/${companySlug}/analytics`, icon: BarChart3, }, - { - title: 'Reports', - url: `/dashboard/company/${companySlug}/reports`, - icon: FileText, - }, ], }, {