From 606d38c10bb67fa10244aa9f90e66294613ed93b Mon Sep 17 00:00:00 2001
From: Pranay Gupta <115174521+gupranay@users.noreply.github.com>
Date: Wed, 10 Jan 2024 12:54:49 -0500
Subject: [PATCH] Update apply.tsx
correct apply link
---
pages/apply.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/apply.tsx b/pages/apply.tsx
index 3b081de..d563218 100644
--- a/pages/apply.tsx
+++ b/pages/apply.tsx
@@ -2,7 +2,7 @@ import { NextPage } from "next";
import Redirect from "../components/Redirect";
const ApplyPage: NextPage = () => (
-
+
);
export default ApplyPage;