Skip to content

Commit

Permalink
Update footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
schwesig committed Feb 28, 2023
1 parent 6fa3572 commit 39cfde5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/ui/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,16 @@ function FooterHeader(props: PropsWithChildren): JSX.Element {
}

const navigation = {
general: [{ name: 'Blog', href: '/' }],
general: [
{
name: 'Blog',
href: '/'
},
{
name: 'YouTube',
href: 'https://www.youtube.com/@januscommunity'
},
],
support: [
{
name: 'GitHub',
Expand Down

0 comments on commit 39cfde5

Please sign in to comment.