diff --git a/src/lib/components/NotificationBell.svelte b/src/lib/components/NotificationBell.svelte index d96b438e..c6905cfc 100644 --- a/src/lib/components/NotificationBell.svelte +++ b/src/lib/components/NotificationBell.svelte @@ -3,6 +3,7 @@ import { goto } from '$app/navigation'; import { numberOfUnreadNotification } from '$lib/store'; + import Bell from "lucide-svelte/icons/bell"; export let data; export let hasUnreadElement; @@ -17,15 +18,13 @@ async function toggle() { {#if data?.user} -