diff --git a/frontend/src/components/ui/word-rotate.tsx b/frontend/src/components/ui/word-rotate.tsx index 46fa8a0c4..8daa9da30 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]} +