Skip to content

Commit

Permalink
Update venture.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MunzerDw authored Jul 31, 2023
1 parent 7c304d9 commit 4075a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/venture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import { useEffect } from "react";
export default function Venture() {
useEffect(() => {
Router.push(
"https://tum-ai.notion.site/AI-E-Lab-Pre-registration-fc4b8c1b64374453bf93021b828b6046?pvs=4"
"/e-lab"
);
}, []);
return (
<Section>
<p>
Redirecting to{" "}
<a>
{`https://tum-ai.notion.site/AI-E-Lab-Pre-registration-fc4b8c1b64374453bf93021b828b6046?pvs=4`}
{`/e-lab`}
</a>
</p>
</Section>
Expand Down

0 comments on commit 4075a8b

Please sign in to comment.