From e75932d249c084ff87ce730deffd2421c8b002df Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Tue, 11 Nov 2025 10:52:45 +0330 Subject: [PATCH] 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 --- src/components/Layouts/sidebar/data/index.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Layouts/sidebar/data/index.ts b/src/components/Layouts/sidebar/data/index.ts index 5e0e837..3c781b2 100644 --- a/src/components/Layouts/sidebar/data/index.ts +++ b/src/components/Layouts/sidebar/data/index.ts @@ -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",