From 74cd520cb8c4ea87822ab6d54c0bf010455f401b Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 17 May 2024 14:42:14 +0200 Subject: [PATCH] fix: whitespace in title on homepage --- frontend/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 227fad7..d2635ef 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -94,7 +94,7 @@ export default function Home() { id="home.title" values={{ h: (chunks) => ( - {chunks} + {chunks} ), }} />