Fix current class on About
parent
907228bbeb
commit
450f940c86
|
@ -10,8 +10,8 @@
|
|||
<img src="../assets/img/lyza.png" width="250" height="250">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html" class="current">Home</a></li>
|
||||
<li><a href="#">About</a></li>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li><a href="#" class="current">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue