From c4da937946bbfad1f2e8039461f7d4e732cc679e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:14:35 +0000 Subject: [PATCH] Update src/components/background/AnimatedGridBackground.tsx --- src/components/background/AnimatedGridBackground.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/background/AnimatedGridBackground.tsx b/src/components/background/AnimatedGridBackground.tsx index a5279b8..95b1b2e 100644 --- a/src/components/background/AnimatedGridBackground.tsx +++ b/src/components/background/AnimatedGridBackground.tsx @@ -54,14 +54,14 @@ const AnimatedGridBackground = ({ className )} style={{ - mask: 'radial-gradient(ellipse 100% 100% at 50% 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%)', - WebkitMask: 'radial-gradient(ellipse 100% 100% at 50% 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%)', + mask: 'radial-gradient(ellipse תמיד תמיד at 50% 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%)', + WebkitMask: 'radial-gradient(ellipse תמיד תמיד at 50% 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%)', } as React.CSSProperties} aria-hidden="true" > @@ -80,7 +80,7 @@ const AnimatedGridBackground = ({ /> - + {squares.map(({ id, pos: [x, y] }) => (