Spaces:
Paused
Paused
File size: 1,339 Bytes
054d282 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
export default function loading() {
return (
<>
<div className="mx-2 pt-10 max-w-6xl lg:pl-52 animate-pulse">
<div className="h-2.5 w-48 bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-3.5 max-w-[360px] bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-2 max-w-[560px] bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-2 max-w-[530px] bg-gray-200 rounded-full mb-2.5"></div>
</div>
<div className="mx-2 pt-10 max-w-6xl lg:pl-52 animate-pulse">
<div className="h-2.5 w-48 bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-3.5 max-w-[360px] bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-2 max-w-[560px] bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-2 max-w-[530px] bg-gray-200 rounded-full mb-2.5"></div>
</div>
<div className="mx-2 pt-10 max-w-6xl lg:pl-52 animate-pulse">
<div className="h-2.5 w-48 bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-3.5 max-w-[360px] bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-2 max-w-[560px] bg-gray-200 rounded-full mb-2.5"></div>
<div className="h-2 max-w-[530px] bg-gray-200 rounded-full mb-2.5"></div>
</div>
</>
)
} |