style: format homepage files
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 34s

This commit is contained in:
TerryM
2026-05-31 02:56:34 +08:00
parent 39c593c454
commit 6b3211f26f
2 changed files with 156 additions and 147 deletions

View File

@@ -176,7 +176,10 @@ function PopularRankRow({
className="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-[#191921] text-white outline-none transition hover:bg-[#22232D] focus-visible:ring-2 focus-visible:ring-ark-gold/70 disabled:cursor-wait"
>
{isDownloading ? (
<LoaderCircle className="h-5 w-5 animate-spin" strokeWidth={2.3} />
<LoaderCircle
className="h-5 w-5 animate-spin"
strokeWidth={2.3}
/>
) : (
<DownloadCloudIcon className="h-6 w-6" />
)}