Skip to content

Commit fdf1d47

Browse files
committed
refactor(company-dashboard): remove reports navigation item
1 parent e2d3ab2 commit fdf1d47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/dashboard/company/layout.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
Users,
1414
BarChart3,
1515
Settings,
16-
FileText,
1716
Trophy,
1817
CreditCard,
1918
} from 'lucide-react'
@@ -191,11 +190,6 @@ function CompanyDashboardContent({
191190
url: `/dashboard/company/${companySlug}/analytics`,
192191
icon: BarChart3,
193192
},
194-
{
195-
title: 'Reports',
196-
url: `/dashboard/company/${companySlug}/reports`,
197-
icon: FileText,
198-
},
199193
],
200194
},
201195
{

0 commit comments

Comments
 (0)