feat: remove NotificationIcon from admin navbar and add @heroicons/react dependency

This commit is contained in:
Ardeman
2025-03-04 05:49:00 +08:00
parent f4e83f7eac
commit 7c244e256f
3 changed files with 13 additions and 5 deletions
-5
View File
@@ -2,7 +2,6 @@ import { Button, Popover, PopoverButton, PopoverPanel } from '@headlessui/react'
import { Link, useFetcher, useRouteLoaderData } from 'react-router'
import { ChevronIcon } from '~/components/icons/chevron'
import { NotificationIcon } from '~/components/icons/notification'
import { APP } from '~/configs/meta'
import type { loader } from '~/routes/_admin.lg-admin'
@@ -55,10 +54,6 @@ export const Navbar = () => {
</fetcher.Form>
</PopoverPanel>
</Popover>
<NotificationIcon
className="text-[#B0C3CC]"
showBadge={true}
/>
</div>
</div>
)