mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2026-01-01 12:33:44 +01:00
Add boostrap icons css. make achievements icons look better
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
{% if unlocked %}
|
||||
✅ {{ achievement[0] }}
|
||||
<i class="bi bi-check-square-fill"></i> {{ achievement[0] }}
|
||||
{% else %}
|
||||
🔒 {{ achievement[0] }}
|
||||
<i class="bi bi-lock-fill"></i> {{ achievement[0] }}
|
||||
{% endif %}
|
||||
</h5>
|
||||
<h6 class="card-subtitle mb-2 {% if unlocked %}text-success{% else %}text-secondary{% endif %}">
|
||||
|
||||
Reference in New Issue
Block a user