Commit e160cd33 by abalsh

fixed nav-link active bug in subscribe.html + fixed nav paths to redirect properly

parent 78bf103c
Showing with 4 additions and 4 deletions
......@@ -22,11 +22,11 @@
<i class="material-icons masthead-brand img-fluid">autorenew</i>
<h3 class="masthead-brand">XCHANGE</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home</a>
<a class="nav-link active" href="index.html">Home</a>
<a class="nav-link" href="#">Fiat</a>
<a class="nav-link" href="#">Crypto</a>
<a class="nav-link" href="#">Charts</a>
<a class="nav-link" href="#">Subscribe</a>
<a class="nav-link" href="subscribe.html">Subscribe</a>
</nav>
</div>
</header>
......
......@@ -21,11 +21,11 @@
<i class="material-icons masthead-brand img-fluid">autorenew</i>
<h3 class="masthead-brand">XCHANGE</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home</a>
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="#">Fiat</a>
<a class="nav-link" href="#">Crypto</a>
<a class="nav-link" href="#">Charts</a>
<a class="nav-link" href="subscribe.html">Subscribe</a>
<a class="nav-link active" href="subscribe.html">Subscribe</a>
</nav>
</div>
<div class="page-wrapper bg-gra-01 p-t-180 p-b-100 font-poppins">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment