Browse Source

added community

feat/clarity-tutorials
Alejandro Criado-Pérez 3 years ago
parent
commit
9d89c1accf
No known key found for this signature in database GPG Key ID: 766DF93C61C31C03
  1. 12
      src/components/header.tsx

12
src/components/header.tsx

@ -80,6 +80,18 @@ const nav: NavItem[] = [
label: 'GitHub',
href: 'https://github.com/stacks-network',
},
{
label: 'Mailing List',
href: 'https://stacks.org/updates',
},
{
label: 'Twitter',
href: 'https://twitter.com/stacks',
},
{
label: 'Youtube',
href: 'https://www.youtube.com/channel/UC3J2iHnyt2JtOvtGVf_jpHQ',
},
],
},
{

Loading…
Cancel
Save