diff --git a/frontend/src/routes/notifications/+page.svelte b/frontend/src/routes/notifications/+page.svelte index 05f49425..28f56e51 100644 --- a/frontend/src/routes/notifications/+page.svelte +++ b/frontend/src/routes/notifications/+page.svelte @@ -205,7 +205,7 @@ function typeBadgeLabel(type: NotificationItem['type']): string { class="divide-y divide-line rounded-sm border border-line bg-canvas shadow-sm" > {#each allNotifications as n (n.id)} -