feat: add tags management page and update admin menu
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user