Changed the 'Projects' button on the projects page to be 'Home' to take users back to the main home page

This commit is contained in:
2026-02-27 09:53:09 -05:00
parent a1a0a3e4ed
commit 4238306621
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<a href="index.html"><img class ="nav-logo" src="./images/Lew Header.svg" alt="lew's logo" width="180" height="auto"></a>
<nav>
<ul class="nav-links">
<li><a href="./project.html">Projects</a></li>
<li><a href="./index.html">Home</a></li>
<li><a href="./index.html#contact">Contact</a></li>
</ul>
</nav>