fix: update admin menu to replace icon for Subscribe Plan with DocumentCurrencyDollarIcon
This commit is contained in:
parent
2e13e11673
commit
c70aa86be6
@ -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 type { SVGProps } from 'react'
|
||||||
|
|
||||||
import { ChartIcon } from '~/components/icons/chart'
|
import { ChartIcon } from '~/components/icons/chart'
|
||||||
@ -62,7 +66,7 @@ export const MENU: TMenu[] = [
|
|||||||
{
|
{
|
||||||
title: 'Subscribe Plan',
|
title: 'Subscribe Plan',
|
||||||
url: '/lg-admin/subscribe-plan',
|
url: '/lg-admin/subscribe-plan',
|
||||||
icon: TagIcon,
|
icon: DocumentCurrencyDollarIcon,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user