diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index cf848ac..0ff4100 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -49,6 +49,10 @@ let pages = [ }, ], }, + { + url: '/involved', + title: 'Get Involved', + }, ]; export function Submenu({ items }) {}