Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkree authored Jan 26, 2025
1 parent 6badd3d commit 1c47045
Showing 1 changed file with 1 addition and 1 deletion.
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 | GunnHaXI'
title: 'Register | GunnHacks'
}

export default function Register() {
Expand Down

0 comments on commit 1c47045

Please sign in to comment.