style: format homepage files
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 34s
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 34s
This commit is contained in:
@@ -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" />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user