From eae7f6ab8e6845f2fd9828d8e97b448c2d942636 Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Sun, 29 Nov 2020 01:11:42 -0500 Subject: [PATCH] Added 'Get Involved' to navbar --- src/components/Navbar.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 }) {}