Alejandro Criado-Pérez
3 years ago
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
1 changed files with
12 additions and
0 deletions
-
src/components/header.tsx
|
@ -80,6 +80,18 @@ const nav: NavItem[] = [ |
|
|
label: 'GitHub', |
|
|
label: 'GitHub', |
|
|
href: 'https://github.com/stacks-network', |
|
|
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', |
|
|
|
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|