Skip to content

Commit

Permalink
add a link to pgp page
Browse files Browse the repository at this point in the history
  • Loading branch information
jvelo committed Sep 22, 2024
1 parent 22aa6a7 commit 3262754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export const Footer: React.FC = () => (
<li>
<Link href={"/connect"}>Connect</Link>
</li>
<li>
<Link href={"/pgp"}>PGP</Link>
</li>
</Menu>
</FooterComponent>
);

0 comments on commit 3262754

Please sign in to comment.