Skip to content

Commit

Permalink
Update head.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Nov 21, 2024
1 parent 7a90634 commit c6b6b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(landing)/head.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default function Head() {
return (
<>
<title>GunnHacks 10.0</title>
<meta name="description" content="Make, Build, Create & Learn. It’s GunnHacks 10.0, Gunn’s 24‑hour high school hackathon." />
<title>GunnHacks 11.0</title>
<meta name="description" content="Make, Build, Create & Learn. It’s GunnHacks 11.0, Gunn’s 24‑hour high school hackathon." />
</>
)
}

1 comment on commit c6b6b54

@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-4b7gck8ig-daniel-kous-projects.vercel.app

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

Please sign in to comment.