diff --git a/src/components/header.tsx b/src/components/header.tsx index 74b13887..b4b0717f 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -80,6 +80,10 @@ const nav: NavItem[] = [ label: 'Discord', href: 'https://discord.gg/5DJaBrf', }, + { + label: 'Forum', + href: 'https://forum.stacks.org', + }, ], }, { label: 'Discover apps', href: 'https://www.stacks.co/explore/discover-apps' },