This commit is contained in:
Darshan
2025-09-27 14:02:53 +05:30
parent e78901f8d2
commit 9640566afe
+1 -4
View File
@@ -9,10 +9,7 @@
<section>
<Layout.Stack gap="s">
{#each $notifications as notification (notification.id)}
<span
animate:flip={{ duration: 500 }}
transition:fly|global={{ x: 50 }}
>
<span animate:flip={{ duration: 500 }} transition:fly|global={{ x: 50 }}>
<Toast
title={notification.title}
status={notification.type}