diff --git a/src/components/layout/notification-banner.tsx b/src/components/layout/notification-banner.tsx index f49b53a3..50bd2fa2 100644 --- a/src/components/layout/notification-banner.tsx +++ b/src/components/layout/notification-banner.tsx @@ -4,6 +4,7 @@ import Link from 'next/link'; import { Cross2Icon } from '@radix-ui/react-icons'; import { useActiveNotifications } from '@/hooks/useActiveNotifications'; import { useNotificationStore } from '@/stores/useNotificationStore'; +import { GridAccent } from '@/components/landing'; export function NotificationBanner() { const { currentNotification, totalCount, isLoading } = useActiveNotifications(); @@ -21,11 +22,12 @@ export function NotificationBanner() { const action = currentNotification.action; return ( -