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;