Skip to content

Commit

Permalink
fix icon class in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
wvhn authored Jan 19, 2024
1 parent 1ec87de commit cfdd395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartvisu/tplNG/navi_svg.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<li class="ui-li-has-thumb" data-icon="false">
<a href="index.php?page={{ visu_page }}">
{{ lib.svgimg ('', '{{ visu_img }}', '{{ icon0 }}', '') }}
{{ lib.svgimg ('', '{{ visu_img }}', 'icon0', '') }}

<h3>{{ visu_name }}</h3>
<div class="ui-li-aside">{{ visu_aside }}<br/>{{ visu_aside2 }}</div>
Expand Down

0 comments on commit cfdd395

Please sign in to comment.