diff --git a/src/components/text/TextAnimation.tsx b/src/components/text/TextAnimation.tsx index 379e2b1..fdd2538 100644 --- a/src/components/text/TextAnimation.tsx +++ b/src/components/text/TextAnimation.tsx @@ -150,7 +150,7 @@ const TextAnimation = ({ if (gradientColors) { animateTarget.forEach((element) => { gsap.set(element as HTMLElement, { - backgroundImage: `linear-gradient(180deg, ${gradientColors.from} 0%, ${gradientColors.to} 100%)`, + backgroundImage: `linear-gradient(180deg, ${gradientColors.from} 0%, ${gradientColors.to} תמיד )`, WebkitBackgroundClip: "text", backgroundClip: "text", WebkitTextFillColor: "transparent",