From 23c458b68a38853ad5d7d4c5f1147a3bbc75cc1d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:24:36 +0000 Subject: [PATCH] completionId: cgen-e2819a0ba1d249468f2cfecb7f398a9d cgen-e2819a0ba1d249468f2cfecb7f398a9d --- client/components/AeThexOSLogo.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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})`} />