diff options
| author | Volpeon <git@volpeon.ink> | 2025-11-11 21:27:14 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2025-11-11 21:27:14 +0100 |
| commit | 5650fe9589ed6043f461b6b60e1303045a4ec6c4 (patch) | |
| tree | ce0b4b2871f78fdf09569580869fc4616bb5ca25 /tpl/objects | |
| parent | Fixed and improved nav bar to support labels (diff) | |
| download | iro-design-5650fe9589ed6043f461b6b60e1303045a4ec6c4.tar.gz iro-design-5650fe9589ed6043f461b6b60e1303045a4ec6c4.tar.bz2 iro-design-5650fe9589ed6043f461b6b60e1303045a4ec6c4.zip | |
Navbar
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 |
