diff options
Diffstat (limited to 'tpl/objects')
| -rw-r--r-- | tpl/objects/navbar.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/navbar.pug b/tpl/objects/navbar.pug index 28c7107..889d6ad 100644 --- a/tpl/objects/navbar.pug +++ b/tpl/objects/navbar.pug | |||
| @@ -34,7 +34,7 @@ mixin navbar-item | |||
| 34 | +icon(attributes.preIcon) | 34 | +icon(attributes.preIcon) |
| 35 | = ' ' | 35 | = ' ' |
| 36 | if attributes.icon | 36 | if attributes.icon |
| 37 | +icon(attributes.icon) | 37 | +icon(attributes.icon)(class="o-navbar__item-content-icon") |
| 38 | else | 38 | else |
| 39 | span.o-navbar__item-content-text | 39 | span.o-navbar__item-content-text |
| 40 | block | 40 | block |
