refactor(sidebar): Remove commented out Contact Us navigation item
- Commented out the "Contact Us" navigation item in sidebar data - Removed unused navigation entry to clean up sidebar configuration - Maintains existing navigation structure while reducing clutter
This commit is contained in:
@@ -73,13 +73,13 @@ export const NAV_DATA: NavData = [
|
|||||||
icon: Icons.NotificationIcon,
|
icon: Icons.NotificationIcon,
|
||||||
items: [],
|
items: [],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: "Contact Us",
|
// title: "Contact Us",
|
||||||
url: "/contact-us",
|
// url: "/contact-us",
|
||||||
icon: Icons.CallIncome,
|
// icon: Icons.CallIncome,
|
||||||
items: [],
|
// items: [],
|
||||||
visible: false,
|
// visible: false,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "Marketing",
|
title: "Marketing",
|
||||||
url: "/marketing",
|
url: "/marketing",
|
||||||
|
|||||||
Reference in New Issue
Block a user