completionId: cgen-371614d0936f470bb0c71d70898f1ede
cgen-371614d0936f470bb0c71d70898f1ede
This commit is contained in:
parent
1408408f34
commit
c6089a7f79
1 changed files with 10 additions and 14 deletions
|
|
@ -142,7 +142,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
className="hover-glow group inline-block hidden sm:block"
|
||||
>
|
||||
<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"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
@ -153,19 +153,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
<stop offset="100%" stopColor="#60a5fa" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g className="animate-pulse">
|
||||
<circle cx="20" cy="10" 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="10" cy="20" r="2" fill="url(#headerGradient)" />
|
||||
<circle cx="20" cy="20" r="2" fill="#c4b5fd" />
|
||||
</g>
|
||||
<g stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7">
|
||||
<line x1="20" y1="10" x2="20" y2="20" />
|
||||
<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>
|
||||
<circle cx="20" cy="10" 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="10" cy="20" r="2" fill="url(#headerGradient)" />
|
||||
<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" />
|
||||
<line x1="20" y1="20" x2="30" y2="20" 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="20" x2="10" y2="20" stroke="url(#headerGradient)" strokeWidth="1" opacity="0.7" />
|
||||
</svg>
|
||||
</Link>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue