Эх сурвалжийг харах

HUE-6077 [frontend] Link home to home page in responsive

Romain Rigaux 8 жил өмнө
parent
commit
98d5b01

+ 1 - 1
desktop/core/src/desktop/templates/responsive.mako

@@ -98,7 +98,7 @@ ${ hueIcons.symbols() }
           <span class="hamburger-box"><span class="hamburger-inner"></span></span>
         </a>
 
-        <a class="brand" href="/" title="${_('Hue home')}">
+        <a class="brand" data-bind="click: function () { onePageViewModel.currentApp('home') }" href="javascript: void(0);" title="${_('Homepage')}">
           <svg style="height: 24px; width: 120px;"><use xlink:href="#hue-logo"></use></svg>
         </a>