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] }) => (