fix tooltip

pull/199/head
Aevann 2023-09-18 00:31:21 +03:00
parent a0dcbdd5d5
commit e59dbe68f7
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
<li class="nav-item d-none d-lg-flex align-items-center justify-content-center text-center mx-1" id="header--chat--item">
<a class="nav-link position-relative" href="/orgy" style="margin-top: -1.9px !important">
<i class="fas fa-tv" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Orgy"></i>
<b id="chat-count-header-bar" class="text-lg {% if g.loggedin_orgy > 40 %}text-danger{% elif g.loggedin_orgy > 20 %}text-yellow{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in right now">
<b id="chat-count-header-bar" class="text-lg {% if g.loggedin_orgy > 40 %}text-danger{% elif g.loggedin_orgy > 20 %}text-yellow{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in orgy right now">
{{g.loggedin_orgy}}
</b>
</a>