소스 검색

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

Romain Rigaux 9 년 전
부모
커밋
98d5b013a8
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>