mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
7c07126fe9
commit
69c44af700
@ -3,13 +3,14 @@
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load plinth_extras %}
|
||||||
|
|
||||||
<li id="id_help_menu" class="dropdown nav-item">
|
<li id="id_help_menu" class="dropdown nav-item">
|
||||||
<a href="{% url 'help:index' %}" title="{% trans "Help" %}"
|
<a href="{% url 'help:index' %}" title="{% trans "Help" %}"
|
||||||
class="nav-link dropdown-toggle" data-bs-toggle="dropdown"
|
class="nav-link dropdown-toggle" data-bs-toggle="dropdown"
|
||||||
role="button" aria-expanded="false" aria-haspopup="true"
|
role="button" aria-expanded="false" aria-haspopup="true"
|
||||||
id="id_help_menu_link">
|
id="id_help_menu_link">
|
||||||
<span class="fa fa-question-circle nav-icon"></span>
|
{% icon 'question-circle' %}
|
||||||
<span class="nav-text d-md-none">
|
<span class="nav-text d-md-none">
|
||||||
{% trans "Help" %}
|
{% trans "Help" %}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user