From a1e649c821890cd3ff2752cc9287ad480abe4b46 Mon Sep 17 00:00:00 2001 From: Mohammed Rabay'a Date: Thu, 21 Mar 2024 01:21:57 +0100 Subject: [PATCH] Update AnimatedCharacters.tsx --- components/atoms/AnimatedText/AnimatedCharacters.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ( ); })} - + ); })} {/* {} */}