diff --git a/src/components/header.tsx b/src/components/header.tsx index a9441c7f..bd0a3e74 100644 --- a/src/components/header.tsx +++ b/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', + }, ], }, {