From 55097d627524f24ea76cc46adbf461c0805066f3 Mon Sep 17 00:00:00 2001 From: Sam Der Date: Sun, 28 Jan 2024 09:15:41 -0800 Subject: [PATCH] feat: add feedback form (#382) --- apps/site/next.config.js | 5 +++++ apps/site/src/lib/components/Navbar/Navbar.tsx | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/apps/site/next.config.js b/apps/site/next.config.js index 47ddddc0..bbdf2a2c 100644 --- a/apps/site/next.config.js +++ b/apps/site/next.config.js @@ -54,6 +54,11 @@ const nextConfig = { destination: "https://irvinehacks-2024.devpost.com", permanent: true, }, + { + source: "/feedback", + destination: "https://forms.gle/c154z45wRx7ARnrE9", + permanent: true, + }, ]; }, }; diff --git a/apps/site/src/lib/components/Navbar/Navbar.tsx b/apps/site/src/lib/components/Navbar/Navbar.tsx index d41ad153..e64c5cc8 100644 --- a/apps/site/src/lib/components/Navbar/Navbar.tsx +++ b/apps/site/src/lib/components/Navbar/Navbar.tsx @@ -87,6 +87,13 @@ function Navbar({ identity }: NavbarProps) { > Devpost + + Feedback + {!status && !deadlinePassed && ( Apply )}