mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🐛 Fixed blog icon not shown in nav (#918)
closes TryGhost/Ghost#9293
Added d982f7b520 (diff-f63965ba48df687541db46e0e1b2c2ecL10)
back, which broke the rendering of the blog icon in the nav menu.
This commit is contained in:
parent
beb76982dd
commit
bc64db557b
@ -5,7 +5,10 @@
|
||||
|
||||
<div class="gh-viewport {{if ui.autoNav 'gh-autonav'}} {{if ui.showSettingsMenu 'settings-menu-expanded'}} {{if ui.showMobileMenu 'mobile-menu-expanded'}}">
|
||||
{{#if showNavMenu}}
|
||||
{{gh-nav-menu open=ui.autoNavOpen}}
|
||||
{{gh-nav-menu
|
||||
open=ui.autoNavOpen
|
||||
icon=settings.settledIcon
|
||||
}}
|
||||
{{/if}}
|
||||
|
||||
{{#gh-main onMouseEnter=(action "closeAutoNav" target=ui)}}
|
||||
|
Loading…
Reference in New Issue
Block a user