Skip to content

Commit

Permalink
update code of conduct link
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkree authored Nov 20, 2024
1 parent 20f54fe commit 1b193cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/conduct/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export const metadata: Metadata = {
}

export default function Register() {
// redirect("https://docs.google.com/forms/d/e/1FAIpQLScVPB66QN6VdTLCzdj91xYIkH0RGDLeJ_gAU7V6TYRIrG1dRw/viewform");
return (
<div className="flex justify-center mt-12 text-white text-5xl">
Coming soon...
</div>
)
redirect("https://docs.google.com/document/d/e/2PACX-1vRV7AHc6eftjfLNjDAVeSo33rkgmD9E37tj9sFDsEAnKrLxFzX-KFZY6ajFEZxbQZmO_l_3KNaR0Wm3/pub");
// return (
// <div className="flex justify-center mt-12 text-white text-5xl">
// Coming soon...
// </div>
// )
}

1 comment on commit 1b193cf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-6a46x1wg4-daniel-kous-projects.vercel.app

Built with commit 1b193cf.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.