refactor: remove tooltip

This commit is contained in:
Herculino Trotta
2024-10-14 22:57:17 -03:00
parent e12b5e62c4
commit aee9f39e20
9 changed files with 14 additions and 31 deletions

View File

@@ -1,8 +1,7 @@
{% spaceless %}
<span class="tw-text-xs text-white-50 mx-1"
data-bs-toggle="tooltip"
data-bs-title="{{ content }}"
_="install tooltip">
data-bs-title="{{ content }}">
<i class="fa-solid fa-circle-question fa-fw"></i>
</span>
{% endspaceless %}