Update nav.html (#1657)

Fixed the links to home page as requested from another user
This commit is contained in:
Jay 2020-01-22 17:06:37 +00:00 committed by nitrohorse
parent 27ac16bfcb
commit 052ce1789f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<nav class="fixed-top bg-dark">
<div id="navbar" class="d-flex flex-wrap justify-content-between align-items-center">
<div class="w-50">
<a id="nav-home-mobile" class="nav-anchor" href="/index.html">
<a id="nav-home-mobile" class="nav-anchor" href="/">
<img src="/assets/img/svg/layout/brand/horizontal.svg" width="150px" />
</a>
</div>
@ -10,7 +10,7 @@
<div class="menu w-100">
<div id="nav-left" class="position-relative flex-col">
<a class="nav-anchor" href="/index.html">
<a class="nav-anchor" href="/">
<span id="nav-home" class="fas fa-home fa-fw"></span>
</a>