Skip to content

Commit

Permalink
Try to fix header navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsungGalaxyPlayer committed Apr 24, 2024
1 parent b98d611 commit c10e1a7
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 @@ -2,7 +2,7 @@
<div class="container">
<nav class="row" role='navigation'>
<div class="logo col">
<a href="{{ site.baseurl }}" aria-label="MAGIC Grants">
<a href="{{ site.baseurl }}/" aria-label="MAGIC Grants">
<img src="/img/magic-grants-logo-full-color.png" alt="MAGIC Grants logo">
</a>
</div>
Expand All @@ -15,7 +15,7 @@
</ul>
</nav>
<nav role='navigation' class="mobile-menu row">
<a class="logo-mobile col" href="{{ site.baseurl }}/index.html" aria-label="MAGIC Grants"><img src="/img/magic-grants-logo-full-color.png" alt="MAGIC Grants logo"></a>
<a class="logo-mobile col" href="{{ site.baseurl }}/" aria-label="MAGIC Grants"><img src="/img/magic-grants-logo-full-color.png" alt="MAGIC Grants logo"></a>
<input class="burger-check" id="mobile-burger" type="checkbox">
<label for="mobile-burger" class="hamburger hamburger--spring">
<span class="hamburger-box">
Expand Down

0 comments on commit c10e1a7

Please sign in to comment.