feat: add tags management page and update admin menu

This commit is contained in:
fredy.siswanto
2025-03-07 14:56:00 +07:00
parent c46e8fc11b
commit c91fe48eb9
3 changed files with 108 additions and 1 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
import { ClipboardDocumentCheckIcon } from '@heroicons/react/20/solid'
import { ClipboardDocumentCheckIcon, TagIcon } from '@heroicons/react/20/solid'
import type { SVGProps } from 'react'
import { ChartIcon } from '~/components/icons/chart'
@@ -56,6 +56,11 @@ export const MENU: TMenu[] = [
url: '/lg-admin/categories',
icon: ClipboardDocumentCheckIcon,
},
{
title: 'Tag',
url: '/lg-admin/tags',
icon: TagIcon,
},
{
title: 'Pengaturan',
url: '/lg-admin/settings',