diff --git a/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs b/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs index afeb60bc450..76289134c0a 100644 --- a/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs +++ b/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs @@ -50,10 +50,6 @@ {{plugin-outlet "site-map-links"}} - {{#if showMobileToggle}} -
  • {{d-link action="toggleMobileView" class="mobile-toggle-link" label=mobileViewLinkTextKey}}
  • - {{/if}} - {{plugin-outlet "site-map-links-last"}} {{/menu-links}} @@ -79,5 +75,9 @@ {{#if showKeyboardShortcuts}}
  • {{d-link action="keyboardShortcuts" class="keyboard-shortcuts-link" label="keyboard_shortcuts_help.title"}}
  • {{/if}} + + {{#if showMobileToggle}} +
  • {{d-link action="toggleMobileView" class="mobile-toggle-link" label=mobileViewLinkTextKey}}
  • + {{/if}} {{/menu-links}} {{/menu-panel}}