completionId: cgen-cc6f56c0b17c48df942ac53493299b84
cgen-cc6f56c0b17c48df942ac53493299b84
This commit is contained in:
parent
23678da9d1
commit
dfeb5bc8bf
1 changed files with 9 additions and 13 deletions
|
|
@ -185,19 +185,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<g className="animate-pulse">
|
<circle cx="20" cy="10" r="2" fill="#e5e7eb" opacity="0.8" />
|
||||||
<circle cx="20" cy="10" r="2" fill="currentColor" className="text-aethex-200" />
|
<circle cx="30" cy="20" r="2" fill="#e5e7eb" opacity="0.8" />
|
||||||
<circle cx="30" cy="20" r="2" fill="currentColor" className="text-aethex-200" />
|
<circle cx="20" cy="30" r="2" fill="#e5e7eb" opacity="0.8" />
|
||||||
<circle cx="20" cy="30" r="2" fill="currentColor" className="text-aethex-200" />
|
<circle cx="10" cy="20" r="2" fill="#e5e7eb" opacity="0.8" />
|
||||||
<circle cx="10" cy="20" r="2" fill="currentColor" className="text-aethex-200" />
|
<circle cx="20" cy="20" r="1.5" fill="#f3f4f6" />
|
||||||
<circle cx="20" cy="20" r="1.5" fill="currentColor" className="text-aethex-100" />
|
<line x1="20" y1="10" x2="20" y2="20" stroke="#e5e7eb" strokeWidth="1" opacity="0.7" />
|
||||||
</g>
|
<line x1="20" y1="20" x2="30" y2="20" stroke="#e5e7eb" strokeWidth="1" opacity="0.7" />
|
||||||
<g stroke="currentColor" strokeWidth="0.75" opacity="0.7" className="text-aethex-200">
|
<line x1="20" y1="20" x2="20" y2="30" stroke="#e5e7eb" strokeWidth="1" opacity="0.7" />
|
||||||
<line x1="20" y1="10" x2="20" y2="20" />
|
<line x1="20" y1="20" x2="10" y2="20" stroke="#e5e7eb" 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>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue