diff --git a/frontend/src/lib/components/DashboardMentions.svelte b/frontend/src/lib/components/DashboardMentions.svelte index 8a1d1e62..176d5fa3 100644 --- a/frontend/src/lib/components/DashboardMentions.svelte +++ b/frontend/src/lib/components/DashboardMentions.svelte @@ -49,7 +49,7 @@ let { mentions }: Props = $props();
{m.notification_history_view_link()}
diff --git a/frontend/src/routes/notifications/+page.svelte b/frontend/src/routes/notifications/+page.svelte index 862562ec..9d750773 100644 --- a/frontend/src/routes/notifications/+page.svelte +++ b/frontend/src/routes/notifications/+page.svelte @@ -94,7 +94,7 @@ function typeBadgeLabel(type: NotificationItem['type']): string {