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]} +