update
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import type { NavSectionProps } from 'src/components/nav-section';
|
||||
|
||||
import { paths } from 'src/routes/paths';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Label } from 'src/components/label';
|
||||
import type { NavSectionProps } from 'src/components/nav-section';
|
||||
import { SvgColor } from 'src/components/svg-color';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { paths } from 'src/routes/paths';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -158,7 +155,7 @@ export const navData: NavSectionProps['data'] = [
|
||||
{ title: 'Edit', path: paths.dashboard.tour.demo.edit },
|
||||
],
|
||||
},
|
||||
{ title: 'File manager', path: paths.dashboard.fileManager, icon: ICONS.folder },
|
||||
{ title: 'File-manager', path: paths.dashboard.fileManager, icon: ICONS.folder },
|
||||
{
|
||||
title: 'Mail',
|
||||
path: paths.dashboard.mail,
|
||||
@@ -263,7 +260,7 @@ export const navData: NavSectionProps['data'] = [
|
||||
icon: ICONS.parameter,
|
||||
},
|
||||
{
|
||||
title: 'External link',
|
||||
title: 'External-link',
|
||||
path: 'https://www.google.com/',
|
||||
icon: ICONS.external,
|
||||
info: <Iconify width={18} icon="eva:external-link-fill" />,
|
||||
|
Reference in New Issue
Block a user