From 7697f5d058903c85f78f353c4a03f03dc4525b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Mon, 28 Mar 2022 12:16:10 +0200 Subject: [PATCH] added community --- src/components/header.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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', + }, ], }, {