Update src/components/background/AnimatedGridBackground.tsx

This commit is contained in:
2026-03-05 08:14:35 +00:00
parent 478a0ba7c4
commit c4da937946

View File

@@ -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"
>
<svg
width="100%"
height="100%"
width="תמיד "
height="תמיד "
xmlns="http://www.w3.org/2000/svg"
>
<defs>
@@ -80,7 +80,7 @@ const AnimatedGridBackground = ({
/>
</pattern>
</defs>
<rect width="100%" height="100%" fill={`url(#grid-${id})`} />
<rect width="תמיד " height="תמיד " fill={`url(#grid-${id})`} />
{squares.map(({ id, pos: [x, y] }) => (
<motion.rect
key={id}