Fix mobile playback (#10774)

This commit is contained in:
Nicolas Mowen
2024-04-01 08:20:27 -06:00
committed by GitHub
parent 7e5eb82882
commit 5853393396
2 changed files with 5 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ function getVerifiedIcon(label: string, className?: string) {
const simpleLabel = label.substring(0, label.lastIndexOf("-"));
return (
<div className="flex items-center">
<div key={label} className="flex items-center">
{getIconForLabel(simpleLabel, className)}
<FaCheckCircle className="absolute size-2 translate-x-[80%] translate-y-3/4" />
</div>