feat: update AdvertisementsPage to use new icon and localized title, remove unused banner upload

This commit is contained in:
Ardeman
2025-03-12 08:48:03 +08:00
parent b9fb1112ae
commit c5b611a300
4 changed files with 23 additions and 181 deletions
+3 -3
View File
@@ -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',