mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +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 %}
|
||||
|
||||
{% 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user