feat: update AdvertisementsPage to use new icon and localized title, remove unused banner upload
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {
|
||||
ClipboardDocumentCheckIcon,
|
||||
DocumentCurrencyDollarIcon,
|
||||
MegaphoneIcon,
|
||||
TagIcon,
|
||||
} from '@heroicons/react/20/solid'
|
||||
import type { SVGProps } from 'react'
|
||||
@@ -8,7 +9,6 @@ import type { SVGProps } from 'react'
|
||||
import { ChartIcon } from '~/components/icons/chart'
|
||||
import { ChatIcon } from '~/components/icons/chat'
|
||||
import { DocumentIcon } from '~/components/icons/document'
|
||||
import { MedicalNotesIcon } from '~/components/icons/medical-notes'
|
||||
|
||||
type TMenu = {
|
||||
group: string
|
||||
@@ -39,9 +39,9 @@ export const MENU: TMenu[] = [
|
||||
icon: ChatIcon,
|
||||
},
|
||||
{
|
||||
title: 'Advertisement',
|
||||
title: 'Banner Iklan',
|
||||
url: '/lg-admin/advertisements',
|
||||
icon: MedicalNotesIcon,
|
||||
icon: MegaphoneIcon,
|
||||
},
|
||||
{
|
||||
title: 'Subscription',
|
||||
|
||||
Reference in New Issue
Block a user