Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
/courses redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
SJS830 committed Dec 4, 2023
1 parent 69612eb commit 7c360d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/courses/page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { redirect } from 'next/navigation';

export default function Courses() {
return (
/*return (
<div className="relative bg-primary">
<p className="font-link absolute lg:text-[40px] text-[30px] font-bold lg:top-[90px] top-[40px] -translate-y-1/2 left-[50vw] -translate-x-1/2 text-text underline">
Course Selection Guide
Expand All @@ -8,5 +10,7 @@ export default function Courses() {
<div className="lg:pt-[200px] pt-[100px]">
</div>
</div>
);
);*/

redirect("https://docs.google.com/document/d/1ltKbFo0SDqg417J16mmhc8D6DiNpYxOr6op9mmxx0aA/edit?usp=sharing");
}

0 comments on commit 7c360d4

Please sign in to comment.