瀏覽代碼

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

Romain Rigaux 8 年之前
父節點
當前提交
98d5b01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/templates/responsive.mako

+ 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>