diff options
Diffstat (limited to 'tpl')
| -rw-r--r-- | tpl/objects/navbar.pug | 2 | ||||
| -rw-r--r-- | tpl/views/navbar.pug | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/tpl/views/navbar.pug b/tpl/views/navbar.pug index f409a44..1ca49b9 100644 --- a/tpl/views/navbar.pug +++ b/tpl/views/navbar.pug | |||
| @@ -19,7 +19,7 @@ mixin view-navbar | |||
| 19 | +navbar-item= 'Emojis' | 19 | +navbar-item= 'Emojis' |
| 20 | 20 | ||
| 21 | .c-box | 21 | .c-box |
| 22 | +navbar | 22 | +navbar(quiet=true) |
| 23 | +navbar-item(icon="image")= 'Home' | 23 | +navbar-item(icon="image")= 'Home' |
| 24 | +navbar-item(icon="video" selected=true)= 'Art' | 24 | +navbar-item(icon="video" selected=true)= 'Art' |
| 25 | +navbar-item(icon="user")= 'Emojis' | 25 | +navbar-item(icon="user")= 'Emojis' |
