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
)}