From ccd9ef59d19f75ad9b038d1b0ca1f7ffacf334df Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:14:57 +0000 Subject: [PATCH] Update src/components/text/TextAnimation.tsx --- src/components/text/TextAnimation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",