Upgrade to fontawesome 6

* Adapt fontawesome usage when needed
* Fix uv guide not importing css
* Remove utf8 usage for fontawesome
This commit is contained in:
2024-09-17 15:08:19 +02:00
committed by Bartuccio Antoine
parent 3d6c260e53
commit 271d57051e
27 changed files with 52 additions and 3937 deletions

View File

@ -225,7 +225,7 @@
{% for gift in gifts %}
<li>{{ gift }}
<a href="{{ url('core:user_gift_delete', user_id=profile.id, gift_id=gift.id) }}">
<i class="fa fa-trash"></i>
<i class="fa-solid fa-trash-can delete-action"></i>
</a>
</li>
{% endfor %}