Replace fontawesome with latest version 6.5.2

This commit is contained in:
anhkha2003 2024-06-04 19:51:40 -05:00
parent 46c950dc37
commit a0b7308208
2100 changed files with 20227 additions and 7902 deletions

View file

@ -15,7 +15,7 @@
{% with authors=problem.get_authors() %}
{% if authors %}
<div class="problem-feed-info-entry">
<i class="fa fa-pencil-square-o fa-fw"></i>
<i class="far fa-pen-to-square"></i>
<span class="pi-value">{{ link_users(authors) }}</span>
</div>
{% endif %}