Skip to content

Commit

Permalink
Merge pull request #33 from schwesig/Add-the-Youtube-Channel-link-#23
Browse files Browse the repository at this point in the history
  • Loading branch information
tumido committed Mar 10, 2023
2 parents 7b196be + abfe9b5 commit 04d981d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/landing-page/pages/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ export function CommunityHeader() {
Start by joining our community. We have a [janus-idp](https://join.slack.com/t/janus-idp/shared_invite/zt-1pxtehxom-fCFtF9rRe3vFqUiFFeAkmg) Slack workspace that you can join and meet other Janus users. In all our communications, on whatever platform, we expect everyone to follow a code of contact.

You may also join our [community mailing list](https://groups.google.com/g/janus-idp-community) and see our [community calendar](https://calendar.google.com/calendar/u/0?cid=amFudXMuaWRwLmNvbW11bml0eUBnbWFpbC5jb20).

Feel free to watch our recorded meetings and follow us on [YouTube](https://www.youtube.com/@januscommunity).
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: '/blog'
},
{
name: 'YouTube',
href: 'https://www.youtube.com/@januscommunity'
},
],
support: [
{
name: 'GitHub',
Expand Down

0 comments on commit 04d981d

Please sign in to comment.