Skip to content

Commit

Permalink
Fixing navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
kadeska committed Dec 5, 2024
1 parent ef9a041 commit abebfbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions local_test/src/php/views/partials/nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<nav class="menu-parent-nav">
<button class="menu-button" onclick="toggleMenu()" onmouseover="toggleMenu()">Menu</button>
<ul class="menu" id="menu">
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="projects.php">Projects</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="src/index.php">Home</a></li>
<li><a href="src/about.php">About</a></li>
<li><a href="src/projects.php">Projects</a></li>
<li><a href="src/contact.php">Contact</a></li>
</ul>
</nav>
</header>

0 comments on commit abebfbe

Please sign in to comment.