Skip to content

Commit

Permalink
Updated the /apply route (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
devk03 authored Jan 10, 2024
1 parent 517fcee commit f50106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NextPage } from "next";
import Redirect from "../components/Redirect";

const ApplyPage: NextPage = () => (
<Redirect route="https://tally.so/r/n99ygY" />
<Redirect route="https://tally.so/r/nWzPpL" />
);

export default ApplyPage;

0 comments on commit f50106f

Please sign in to comment.