fix: update admin menu to replace icon for Subscribe Plan with DocumentCurrencyDollarIcon

This commit is contained in:
Ardeman 2025-03-10 12:34:43 +08:00
parent 2e13e11673
commit c70aa86be6

View File

@ -1,4 +1,8 @@
import { ClipboardDocumentCheckIcon, TagIcon } from '@heroicons/react/20/solid'
import {
ClipboardDocumentCheckIcon,
DocumentCurrencyDollarIcon,
TagIcon,
} from '@heroicons/react/20/solid'
import type { SVGProps } from 'react'
import { ChartIcon } from '~/components/icons/chart'
@ -62,7 +66,7 @@ export const MENU: TMenu[] = [
{
title: 'Subscribe Plan',
url: '/lg-admin/subscribe-plan',
icon: TagIcon,
icon: DocumentCurrencyDollarIcon,
},
],
},