Skip to content

Commit

Permalink
fixed typo where - should be = in knowledge vault link
Browse files Browse the repository at this point in the history
  • Loading branch information
RustybotPrime committed Apr 14, 2024
1 parent 7ee2fd2 commit e44b67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/custom_header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyNavbar extends HTMLElement{
<li class="item"><a href="https://www.theneolanders.com/">Home</a></li>
<li class="item"><a href="https://www.theneolanders.com/portfolio/">Group Portfolio</a></li>
<li class="item"><a href="https://www.theneolanders.com/info/">Info</a></li>
<li class="item"><a href-"https://www.theneolanders.com/neolanders-wiki">Knowledge Vault</a></li>
<li class="item"><a href="https://www.theneolanders.com/neolanders-wiki">Knowledge Vault</a></li>
</ul>
</nav>
`;
Expand Down

0 comments on commit e44b67e

Please sign in to comment.