Skip to content

Commit

Permalink
BC-7826 - make logo link to dashboard (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac authored Aug 16, 2024
1 parent c6024d5 commit 9e842dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 9e842dd

Please sign in to comment.