Skip to content

Commit

Permalink
team form
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Jan 26, 2024
1 parent 858a987 commit d70d748
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/guide/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from 'next';
import { redirect } from 'next/navigation';

export const metadata: Metadata = {
title: 'Hacker Guide | GunnHacks 9.0'
title: 'Hacker Guide | GunnHaX'
}

export default function Guide() {
Expand Down
2 changes: 1 addition & 1 deletion src/app/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from 'next';
import { redirect } from 'next/navigation';

export const metadata: Metadata = {
title: 'Register | GunnHacks 9.0'
title: 'Register | GunnHaX'
}

export default function Register() {
Expand Down
10 changes: 10 additions & 0 deletions src/app/team/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Metadata } from 'next';
import { redirect } from 'next/navigation';

export const metadata: Metadata = {
title: 'Team Selection Form | GunnHaX'
}

export default function Guide() {
redirect("https://docs.google.com/forms/d/e/1FAIpQLSdcrbFGzyozJNdJai8ufFFnXby0Jgi8kv41dfFhCmQertyUog/viewform?usp=sf_link");
}

1 comment on commit d70d748

@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 gunnhacks10 ready!

✅ Preview
https://gunnhacks10-enu54jdhj-imnotrog.vercel.app

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

Please sign in to comment.