Skip to content

Commit

Permalink
Merge pull request #278 from manikdamle/main
Browse files Browse the repository at this point in the history
Solve Bug #276
  • Loading branch information
vimistify authored Oct 6, 2024
2 parents 0f523e4 + 35cbcec commit 2f819d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<nav class="menu">
<ul>
<li>
<a href="/" id="home-link" onclick="changeContent('home')"><i class="fa-solid fa-house"></i> Home</a>
<a href="#" id="home-link" onclick="changeContent('home')"><i class="fa-solid fa-house"></i> Home</a>
</li>
<li>
<a href="features.html" id="features-link" onclick="changeContent('features')"><i class="fa-solid fa-file"></i> Features</a>
Expand Down

0 comments on commit 2f819d5

Please sign in to comment.