From f67372b30a8aa4307d5996e661b3727facdf73b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torge=20J=C3=BCrgensen?= Date: Mon, 24 Jun 2024 19:58:19 +0200 Subject: [PATCH] fix page title --- content/_components/Base.tsx | 2 +- content/_components/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }) => (
- +