Skip to content
Snippets Groups Projects
Commit 82d64f83 authored by Julian's avatar Julian
Browse files

Use new icon set in footer menu

parent e5ba309b
No related branches found
No related tags found
1 merge request!1048Resolve "Replace model icon choices with new icon set"
......@@ -3,7 +3,7 @@
{% for item in FOOTER_MENU.items.all %}
<a class="blue-text text-lighten-4 btn-flat" href="{{ item.url }}">
{% if item.icon %}
<i class="material-icons iconify footer-icon left" data-icon="{{ item.icon }}">{{ item.icon }}</i>
<i class="material-icons iconify footer-icon left" data-icon="mdi:{{ item.icon }}"></i>
{% endif %}
{{ item.name }}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment