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:
AmirReza Jamali
2025-11-11 10:52:45 +03:30
parent bd79b7ed14
commit e75932d249
+7 -7
View File
@@ -73,13 +73,13 @@ export const NAV_DATA: NavData = [
icon: Icons.NotificationIcon,
items: [],
},
{
title: "Contact Us",
url: "/contact-us",
icon: Icons.CallIncome,
items: [],
visible: false,
},
// {
// title: "Contact Us",
// url: "/contact-us",
// icon: Icons.CallIncome,
// items: [],
// visible: false,
// },
{
title: "Marketing",
url: "/marketing",