Move customer menu to explore
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user