cosmetic changes to chat

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-13 11:58:57 +02:00
parent b01aae3d43
commit aea7e91b60
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@
{% if FEATURES['CHAT'] -%}
<li class="nav-item d-flex align-items-center justify-content-center text-center mx-1">
<a class="nav-link position-relative" href="/chat" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Chat">
<i class="fas fa-messages"></i>
<a class="nav-link position-relative" href="/chat">
<i class="fas fa-messages" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Chat></i>
{% set chat_count = cache.get(ONLINE_STR) %}
{% if chat_count %}