Skip to content

Commit cb30701

Browse files
authored
Merge pull request #91 from psychobunny/master
fix: #90
2 parents f3771e7 + a3a2cd4 commit cb30701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodebb-theme-material",
3-
"version": "2.12.8",
3+
"version": "2.12.9",
44
"nbbpm": {
55
"compatibility": "^1.12.0"
66
},

templates/partials/menu.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
<li class="{navigation.class}">
261261
<a class="navigation-link" href="{navigation.route}" title="{navigation.title}" <!-- IF navigation.id -->id="{navigation.id}"<!-- ENDIF navigation.id --><!-- IF navigation.properties.targetBlank --> target="_blank"<!-- ENDIF navigation.properties.targetBlank -->>
262262
<!-- IF navigation.iconClass -->
263-
<i class="fa fa-fw {navigation.iconClass}"></i>
263+
<i class="fa fa-fw {navigation.iconClass}" data-content="{navigation.content}"></i>
264264
<!-- ENDIF navigation.iconClass -->
265265
<!-- IF navigation.text -->
266266
{navigation.text}

0 commit comments

Comments
 (0)