From c6b6b54e6027facb1424cddbe595799edcfd394c Mon Sep 17 00:00:00 2001 From: Ian Cheung Date: Wed, 20 Nov 2024 17:20:24 -0800 Subject: [PATCH] Update head.tsx --- src/app/(landing)/head.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(landing)/head.tsx b/src/app/(landing)/head.tsx index 97dd905..f5fe231 100644 --- a/src/app/(landing)/head.tsx +++ b/src/app/(landing)/head.tsx @@ -1,8 +1,8 @@ export default function Head() { return ( <> - GunnHacks 10.0 - + GunnHacks 11.0 + ) }