completionId: cgen-371614d0936f470bb0c71d70898f1ede

cgen-371614d0936f470bb0c71d70898f1ede
This commit is contained in:
Builder.io 2025-11-13 04:53:54 +00:00
parent 1408408f34
commit c6089a7f79

View file

@ -142,7 +142,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
className="hover-glow group inline-block hidden sm:block" className="hover-glow group inline-block hidden sm:block"
> >
<svg <svg
className="h-10 w-10 transition-all duration-300 group-hover:scale-110" className="h-10 w-10 transition-all duration-300 group-hover:scale-110 animate-pulse"
viewBox="0 0 40 40" viewBox="0 0 40 40"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -153,19 +153,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
<stop offset="100%" stopColor="#60a5fa" /> <stop offset="100%" stopColor="#60a5fa" />
</linearGradient> </linearGradient>
</defs> </defs>
<g className="animate-pulse"> <circle cx="20" cy="10" r="2" fill="url(#headerGradient)" />
<circle cx="20" cy="10" r="2" fill="url(#headerGradient)" /> <circle cx="30" cy="20" r="2" fill="url(#headerGradient)" />
<circle cx="30" cy="20" r="2" fill="url(#headerGradient)" /> <circle cx="20" cy="30" r="2" fill="url(#headerGradient)" />
<circle cx="20" cy="30" r="2" fill="url(#headerGradient)" /> <circle cx="10" cy="20" r="2" fill="url(#headerGradient)" />
<circle cx="10" cy="20" r="2" fill="url(#headerGradient)" /> <circle cx="20" cy="20" r="2" fill="#c4b5fd" />
<circle cx="20" cy="20" r="2" fill="#c4b5fd" /> <line x1="20" y1="10" x2="20" y2="20" stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7" />
</g> <line x1="20" y1="20" x2="30" y2="20" stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7" />
<g stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7"> <line x1="20" y1="20" x2="20" y2="30" stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7" />
<line x1="20" y1="10" x2="20" y2="20" /> <line x1="20" y1="20" x2="10" y2="20" stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7" />
<line x1="20" y1="20" x2="30" y2="20" />
<line x1="20" y1="20" x2="20" y2="30" />
<line x1="20" y1="20" x2="10" y2="20" />
</g>
</svg> </svg>
</Link> </Link>