Skip to content

Commit

Permalink
BC-7826 - fix logo redirect on THR
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Aug 14, 2024
1 parent 0b660ce commit a4140e6
Showing 1 changed file with 1 addition and 1 deletion.
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="/" title="{{$t "global.link.landing"}}">
<a id="title" href="/dashboard" title="{{$t "global.link.landing"}}">
<img class="logo" alt="{{theme.title}}" src="{{getAssetPath '/images/logo/logo.svg'}}" />
</a>
</nav>
Expand Down

0 comments on commit a4140e6

Please sign in to comment.