make it more clear which action is required if notifications are present
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
philipp 2024-04-17 13:57:24 +02:00
parent 7c71ce59bd
commit 42a3addd9a

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>