Skip to content

Commit

Permalink
Added repo to navbar as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jLynx committed Feb 23, 2024
1 parent 7ce0408 commit da8e8a1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,22 @@ export const NavBar = () => {
<a href="https://discord.hackrf.app" target="_blank" className="p-4">
Discord
</a>
<a href="https://repo.hackrf.app" target="_blank" className="p-4">
Repo
</a>
<a href="https://wiki.hackrf.app" target="_blank" className="p-4">
Wiki
</a>
<a href="https://release.hackrf.app" target="_blank" className="p-4">
Firmware Releases
</a>
<a
href="https://github.com/portapack-mayhem/MayhemHub"
target="_blank"
className="p-4"
>
Hub Repo
</a>
<a href="https://repo.hackrf.app" target="_blank" className="p-4">
FW Repo
</a>
</div>
</div>
);
Expand Down

0 comments on commit da8e8a1

Please sign in to comment.