Skip to content

Commit

Permalink
logo click redirects to home
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed May 31, 2024
1 parent d6e808c commit 6f30474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<a class="navbar-brand" href="/">
<img src="{{ site.baseurl }}/img/hest_logo.png" alt="Logo" width="20%">
</a>
<a class="navbar-brand" href="index.html">
<a class="navbar-brand" href="/">
<img src="{{ site.baseurl }}/img/mlsvglogo.svg" alt="Logo">
</a>
</div>
Expand Down

0 comments on commit 6f30474

Please sign in to comment.