feat: unify /notifications and dashboard activity feed into a /chronik page #288
@@ -128,11 +128,11 @@ let { notifications, onMarkRead, onMarkAllRead, onClose }: Props = $props();
|
|||||||
|
|
||||||
<div class="border-t border-line px-4 py-2">
|
<div class="border-t border-line px-4 py-2">
|
||||||
<a
|
<a
|
||||||
href="/notifications"
|
href="/chronik"
|
||||||
onclick={onClose}
|
onclick={onClose}
|
||||||
class="text-xs font-medium text-ink-2 transition-colors hover:text-ink"
|
class="text-xs font-medium text-ink-2 transition-colors hover:text-ink"
|
||||||
>
|
>
|
||||||
{m.notification_view_all()}
|
{m.chronik_view_all()}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user