Skip to content

Commit

Permalink
Add YouTube link with demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatAlexPalmer committed Oct 14, 2023
1 parent 70a1a39 commit 018713c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/icons/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export default function Navbar() {
<Image src="/icons/docs.svg" alt="Documentation" width={32} height={32} />
</Link>
</StyledA>
<StyledA>
<Link href="https://youtube.com/@poetnetworkhq" target="_blank">
<Image src="/icons/youtube.svg" alt="YouTube Videos" width={32} height={32} />
</Link>
</StyledA>
</span>
</Nav>
);
Expand Down

0 comments on commit 018713c

Please sign in to comment.