notification-badge #400

Merged
philipp merged 6 commits from notification-badge into staging 2024-04-17 14:43:40 +02:00
Showing only changes of commit 42a3addd9a - Show all commits

View File

@ -27,7 +27,7 @@
<div> <div>
{% if not notification.read_at %} {% if not notification.read_at %}
<a href="/notification/{{ notification.id }}/read" class="inline-block"> <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; &#10003;
<span class="sr-only">Notification gelesen</span> <span class="sr-only">Notification gelesen</span>
</button> </button>