Updated the icon of the currency management in the navigation menu.

This commit is contained in:
依瑪貓 2023-02-07 16:36:18 +08:00
parent 85480804e7
commit f82278b48a

View File

@ -40,7 +40,7 @@ First written: 2023/1/26
</li>
<li>
<a class="dropdown-item {% if request.endpoint.startswith("accounting.currency.") %} active {% endif %}" href="{{ url_for("accounting.currency.list") }}">
<i class="fa-solid fa-list"></i>
<i class="fa-solid fa-money-bill-wave"></i>
{{ A_("Currencies") }}
</a>
</li>