Skip to content

Commit

Permalink
BC-7826 - make logo link to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Aug 14, 2024
1 parent a4140e6 commit dc28afc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion theme/thr/views/lib/header.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="header top-margin">
<nav class="container">
<a id="title" href="/dashboard" title="{{$t "global.link.landing"}}">
<a id="title" href="/" title="{{$t "global.link.landing"}}">
<img class="logo" alt="{{theme.title}}" src="{{getAssetPath '/images/logo/logo.svg'}}" />
</a>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions views/lib/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<button class="icon-btn sidebar-toggle-button-in-sidebar" title="{{$t "lib.loggedin.label.sidebarMenu"}}" aria-label="{{$t "lib.loggedin.label.sidebarMenu"}}">
<i id="sidebar-toggle-icon-in-sidebar" class="mdi mdi-menu-open"></i>
</button>
<a class="logo-wrapper" href="/" title="{{$t "global.link.landing"}}" data-testid="{{$t "global.link.landing"}}">
<a class="logo-wrapper" href="/dashboard" title="{{$t "global.link.landing"}}" data-testid="{{$t "global.link.landing"}}">
<div class="logo"></div>
<div class="sc-title"><span>{{theme.short_title}}</span></div>
</a>
Expand Down Expand Up @@ -77,4 +77,4 @@
</ul>
</nav>
</aside>
<div class="overlay"></div>
<div class="overlay"></div>
4 changes: 2 additions & 2 deletions views/lib/topbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<button class="icon-btn sidebar-toggle-button-in-topbar" title="{{$t "lib.loggedin.label.sidebarMenu"}}" aria-label="{{$t "lib.loggedin.label.sidebarMenu"}}">
<i id="sidebar-toggle-icon-in-topbar" class="mdi mdi-menu"></i>
</button>
<a class="logo-wrapper" href="/" title="{{$t "global.link.landing"}}" data-testid="{{$t "global.link.landing"}}">
<a class="logo-wrapper" href="/dashboard" title="{{$t "global.link.landing"}}" data-testid="{{$t "global.link.landing"}}">
<div class="logo"></div>
<div class="sc-title"><span>{{theme.short_title}}</span></div>
</a>
Expand Down Expand Up @@ -64,4 +64,4 @@
</div>
</li>
</ul>
</nav>
</nav>

0 comments on commit dc28afc

Please sign in to comment.