help: Use inline SVG icons

Tests:

- All the icons appear as before in both light/dark themes.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2026-03-11 22:19:43 -07:00 committed by James Valleroy
parent 7c07126fe9
commit 69c44af700
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -3,13 +3,14 @@
{% endcomment %}
{% load i18n %}
{% load plinth_extras %}
<li id="id_help_menu" class="dropdown nav-item">
<a href="{% url 'help:index' %}" title="{% trans "Help" %}"
class="nav-link dropdown-toggle" data-bs-toggle="dropdown"
role="button" aria-expanded="false" aria-haspopup="true"
id="id_help_menu_link">
<span class="fa fa-question-circle nav-icon"></span>
{% icon 'question-circle' %}
<span class="nav-text d-md-none">
{% trans "Help" %}
</span>