From 189fcab4c59b30c0b53a8f398bf2b324634e01ad Mon Sep 17 00:00:00 2001 From: Henry Li Date: Mon, 9 Feb 2026 09:15:39 +0800 Subject: [PATCH] feat: make it golden --- frontend/src/components/ui/word-rotate.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ui/word-rotate.tsx b/frontend/src/components/ui/word-rotate.tsx index 46fa8a0..8daa9da 100644 --- a/frontend/src/components/ui/word-rotate.tsx +++ b/frontend/src/components/ui/word-rotate.tsx @@ -43,7 +43,9 @@ export function WordRotate({ className={cn(className)} {...motionProps} > - {words[index]} + + {words[index]} +