diff --git a/app/components/Notifications/index.tsx b/app/components/Notifications/index.tsx index 2fea058..f889253 100644 --- a/app/components/Notifications/index.tsx +++ b/app/components/Notifications/index.tsx @@ -6,6 +6,7 @@ import { NovuProvider, PopoverNotificationCenter, } from "@novu/notification-center"; +import { TbBell } from "react-icons/tb"; export default function Notifications({ userId }: { userId: string }) { return ( @@ -43,7 +44,7 @@ const CustomBellIcon = ({ unseenCount > 0 ? "animate-wiggle" : "" }`} > -