diff --git a/content/_components/Base.tsx b/content/_components/Base.tsx
index a149c0d..4fffc6e 100644
--- a/content/_components/Base.tsx
+++ b/content/_components/Base.tsx
@@ -2,7 +2,7 @@ export default ({ title, children, ...props }) => (
- {title ? `${title} - "#HOTH"` : "Hacks on the Harbour #HOTH"}
+ {title ? `${title} - "#HOTH"` : "Hacks on the Beach #HOTB"}
diff --git a/content/_components/Header.tsx b/content/_components/Header.tsx
index 2a808df..b642894 100644
--- a/content/_components/Header.tsx
+++ b/content/_components/Header.tsx
@@ -1,7 +1,7 @@
export default ({ text, ...props }) => (