Refactor icon rendering; replace direct icon calls with render_icon function for consistency across templates

This commit is contained in:
Yaro Kasear 2025-06-20 08:44:55 -05:00
parent 89cee64f04
commit 30d3cd7c45
7 changed files with 15 additions and 128 deletions

View file

@ -6,7 +6,7 @@
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{{ url_for('index') }}" class="link-success link-underline-opacity-0">
{{ icons.home(16) }}
{{ icons.render_icon('house', 16) }}
</a>
</li>
{% for crumb in breadcrumbs %}