notification-badge #401

Merged
philipp merged 16 commits from notification-badge into main 2024-04-19 16:36:22 +02:00
Showing only changes of commit 42a3addd9a - Show all commits

View File

@ -27,7 +27,7 @@
<div>
{% if not notification.read_at %}
<a href="/notification/{{ notification.id }}/read" class="inline-block">
<button class="btn btn-primary" type="button">
<button class="btn btn-alert bg-red-100 dark:bg-red-900" type="button">
&#10003;
<span class="sr-only">Notification gelesen</span>
</button>