Skip to content

Commit

Permalink
Update menu.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GarimaSingh0109 authored Jul 25, 2024
1 parent 925b5d6 commit 3eba5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
<div class="collapse navbar-collapse hamburgeritems centerdiv order-2 order-lg-0">
<ul class="navbar-nav center-links">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">
<a class="nav-link" aria-current="page" href="index.html">
<i class="fa-solid fa-home"></i> Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../Html-files/menu.html">
<a class="nav-link active" href="../Html-files/menu.html">
<i class="fa-solid fa-book-open"></i> Menu
</a>
</li>
Expand Down

0 comments on commit 3eba5aa

Please sign in to comment.