Move customer menu to explore

This commit is contained in:
AmirGoodarzi
2025-04-30 23:35:01 +03:30
parent 8f44756df9
commit 5ed579c24e

View File

@@ -7,7 +7,6 @@ import {
import {
Building2Icon,
ContactIcon,
HeadsetIcon,
LayoutDashboardIcon,
} from 'lucide-react';
import ROUTES_OBJECT from '@/routes/RoutesObject';
@@ -26,11 +25,6 @@ export const useMenu = (): Record<
},
],
second: [
{
title: 'پشتیبانی',
url: ROUTES_OBJECT.support,
icon: HeadsetIcon,
},
{
title: 'درباره ما',
url: ROUTES_OBJECT.aboutUs,