Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› Fixed blog icon not shown in nav (#918)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#9293

Added 14aa87e#diff-f63965ba48df687541db46e0e1b2c2ecL10 back, which broke the rendering of the blog icon in the nav menu.
  • Loading branch information
aileen committed Nov 30, 2017
1 parent 5d7e513 commit 58b86a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/templates/application.hbs
Expand Up @@ -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)}}
Expand Down

0 comments on commit 58b86a6

Please sign in to comment.