Fix tabs and pills for bootstrap 5

This commit is contained in:
Jan Böhmer 2022-07-24 18:14:33 +02:00
parent 365c7c60e4
commit 582f8e4c5f
17 changed files with 58 additions and 58 deletions

View file

@ -102,7 +102,7 @@
<!-- Back to top button -->
<a id="back-to-top" href="#" class="btn btn-primary back-to-top" role="button"
title="{% trans %}back_to_top{% endtrans %}" data-toggle="tooltip" data-placement="left">
title="{% trans %}back_to_top{% endtrans %}" data-bs-toggle="tooltip" data-placement="left">
<i class="fas fa-angle-up fa-fw"></i>
</a>