diff --git a/client/components/AeThexOSLogo.tsx b/client/components/AeThexOSLogo.tsx index 2e32a242..dd9d67eb 100644 --- a/client/components/AeThexOSLogo.tsx +++ b/client/components/AeThexOSLogo.tsx @@ -28,6 +28,7 @@ export default function AeThexOSLogo({ variant = "default", }: AeThexOSLogoProps) { const gradient = GRADIENTS[variant]; + const glowId = `glow_${variant}_${Math.random().toString(36).substr(2, 9)}`; return ( ))} - + @@ -109,7 +110,7 @@ export default function AeThexOSLogo({ stroke={`url(#${gradient.id})`} strokeWidth="2" strokeLinecap="round" - filter="url(#glow)" + filter={`url(#${glowId})`} />