This commit is contained in:
parent
a6ae67c26b
commit
586f9938a3
|
|
@ -241,7 +241,7 @@
|
||||||
class="block px-3 py-1 rounded-md transition flex items-center justify-between
|
class="block px-3 py-1 rounded-md transition flex items-center justify-between
|
||||||
{% if active_page == 'notifications' %}{% if maintenance_active %}bg-yellow-500/10 text-yellow-300{% else %}bg-purple-500/10 text-purple-300{% endif %}{% else %}
|
{% if active_page == 'notifications' %}{% if maintenance_active %}bg-yellow-500/10 text-yellow-300{% else %}bg-purple-500/10 text-purple-300{% endif %}{% else %}
|
||||||
{% if maintenance_active %}hover:bg-yellow-500/10 hover:text-yellow-300{% else %}hover:bg-purple-500/10 hover:text-purple-300{% endif %}{% endif %}">
|
{% if maintenance_active %}hover:bg-yellow-500/10 hover:text-yellow-300{% else %}hover:bg-purple-500/10 hover:text-purple-300{% endif %}{% endif %}">
|
||||||
<span>🔔 Benachrichtigungen</span>
|
<span>🔔 Notifications</span>
|
||||||
<span id="notif-badge"
|
<span id="notif-badge"
|
||||||
class="{% if maintenance_active %}bg-yellow-500{% else %}bg-purple-500{% endif %} text-white text-xs font-bold rounded-full w-5 h-5 items-center justify-center hidden">
|
class="{% if maintenance_active %}bg-yellow-500{% else %}bg-purple-500{% endif %} text-white text-xs font-bold rounded-full w-5 h-5 items-center justify-center hidden">
|
||||||
0
|
0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue