G-Loot DS — card recap Status: processing Queueing
HTML
<!-- Overlay -->
<Tooltip tooltip={ <div className="w-60">
This match is currently in queue and will continue once
the other match is done.
</div>
}
placement="right"
>
<div className="rounded-full p-3 bg-ui-800/75 backdrop-blur-sm">
<div role="loading" className="loader loader-xs">
<span className="sr-only">Loading...</span>
</div>
</div>
</Tooltip>
<!-- Content -->
<h5>Waiting in queue...</h5>