mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-12-01 07:23:30 +01:00
Update nav.html (#1657)
Fixed the links to home page as requested from another user
This commit is contained in:
parent
27ac16bfcb
commit
052ce1789f
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user