Skip to content

Commit

Permalink
Merge pull request #622 from OmAmar106/dclick/dclick
Browse files Browse the repository at this point in the history
[FIX] Fixed Issue #578
  • Loading branch information
vimistify authored Oct 14, 2024
2 parents 2d936fe + 87096a8 commit 3db0d03
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 @@ -664,7 +664,7 @@
<nav class="menu">
<ul>
<li>
<a href="/index.html" id="home-link" onclick="changeContent('home')"> Home</a>
<a href="index.html" id="home-link" onclick="changeContent('home')"> Home</a>
</li>
<li>
<a href="features.html" id="features-link" onclick="changeContent('features')"> Features</a>
Expand Down

0 comments on commit 3db0d03

Please sign in to comment.