From 3bff1c4b21284e3c9f7a4b1189af718e507a2f28 Mon Sep 17 00:00:00 2001 From: Kisuyo Date: Sat, 7 Sep 2024 19:12:25 +0200 Subject: [PATCH] fix: front page font --- web/components/custom/text-blur-transition.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/custom/text-blur-transition.tsx b/web/components/custom/text-blur-transition.tsx index a48a82cf..477bd706 100644 --- a/web/components/custom/text-blur-transition.tsx +++ b/web/components/custom/text-blur-transition.tsx @@ -5,7 +5,7 @@ export default function TextBlurTransition(props: { children: string; className? const words = props.children.split(" ") return ( - + {words.map((word, index) => { return (