Skip to content

Commit

Permalink
update nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamknapp31 committed Apr 13, 2024
1 parent 71d1b9d commit dfd2796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ document.addEventListener("DOMContentLoaded", function(){
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html" style="color: #FFFFFF;">Home</a></li>
<li class="nav-item"><a class="nav-link" href="story.html" style="color: #FFFFFF;">Story</a></li>
<!-- Add more navbar items here -->
<!-- Add more navbar items here k-->
</ul>
</div>
</div>
Expand Down

0 comments on commit dfd2796

Please sign in to comment.