Skip to content

Commit

Permalink
feat: update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesk committed Aug 4, 2024
1 parent 0985939 commit 33a8946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<!-- menu start -->
<nav class="main-menu">
<ul>
<ul id="menu-items">
<li class="current-list-item"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="team.html">Team</a></li>
Expand Down
2 changes: 1 addition & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="team.html">Team</a></li>
<li class="current-list-item"><a href="team.html">Team</a></li>
<li><a href="index.html#stories">Stories</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li>
Expand Down

0 comments on commit 33a8946

Please sign in to comment.