Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-zip committed Aug 18, 2024
1 parent ce51a1d commit 3eaa863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import githubLogo from '../images/github.svg';
<nav>
<ul>
<!-- <li><Theme /></li> -->
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/wiredpanda-site/">Home</a></li>
<li><a href="/wiredpanda-site/about">About</a></li>
<li><a href="/wiredpanda-site/download">Download</a></li>
<li><a href="#">Try out</a></li>
<li>
<a href="https://github.com/GIBIS-UNIFESP/wiRedPanda" target="_blank" class="github">
Expand Down

0 comments on commit 3eaa863

Please sign in to comment.