bug fix: typo

pull/10/head
Steve Nyemba 4 months ago
parent 14b4da788f
commit b58abb8847

@ -29,7 +29,7 @@
<div class="active" onclick="menu.apply('{{_item.uri}}','{{_item.text}}','{{_name}}','{{system.context}}')"> <div class="active" onclick="menu.apply('{{_item.uri}}','{{_item.text}}','{{_name}}','{{system.context}}')">
{% else %} {% else %}
<!-- working on links/widgets --> <!-- working on links/widgets -->
<div class="active" onclick="menu.apply_link({{_item|tojson}},'system.context')"> <div class="active" onclick="menu.apply_link({{_item|tojson}},'{{system.context}}')">
{% endif %} {% endif %}
<i class="fa-solid fa-chevron-right" style="margin-right:4px"></i> <i class="fa-solid fa-chevron-right" style="margin-right:4px"></i>
{{_item.text.replace('-',' ').replace('_',' ')}} {{_item.text.replace('-',' ').replace('_',' ')}}

Loading…
Cancel
Save