This commit is contained in:
louiscklaw
2025-05-28 21:06:12 +08:00
parent 4007227418
commit db805f23b6
61 changed files with 1279 additions and 494 deletions

View File

@@ -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" />,