Skip to content

Commit

Permalink
refactor: change notification bell icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Nov 5, 2024
1 parent 39a2798 commit eb1fde5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/Notifications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -43,7 +44,7 @@ const CustomBellIcon = ({
unseenCount > 0 ? "animate-wiggle" : ""
}`}
>
<IoNotificationsOutline
<TbBell
size={25}
className="text-gray-700 cursor-pointer hover:text-gray-900 transition-colors duration-200"
/>
Expand Down

0 comments on commit eb1fde5

Please sign in to comment.