diff --git a/components/atoms/AnimatedText/AnimatedCharacters.tsx b/components/atoms/AnimatedText/AnimatedCharacters.tsx index 19c2a88..fcacdfe 100644 --- a/components/atoms/AnimatedText/AnimatedCharacters.tsx +++ b/components/atoms/AnimatedText/AnimatedCharacters.tsx @@ -64,8 +64,7 @@ const AnimatedCharacters = ({ {words.map((word: string, index: number) => { return ( - // Wrap each word in the Wrapper component - + {words[index].flat().map((element: any, index: number) => { return ( ); })} - + ); })} {/* {} */}