fix: change beatmapSets count icon

This commit is contained in:
2026-02-17 18:55:45 +01:00
parent 244d526933
commit de186b7ff9
+2 -2
View File
@@ -24,7 +24,7 @@
} from '@/global';
import {
LoaderCircle,
Music2,
Music,
Wifi,
WifiOff,
Drum,
@@ -952,7 +952,7 @@
<div class="flex items-center gap-4">
{#if $osuInstallationPath !== ''}
<div class="flex items-center gap-2">
<Music2 class="size-3.5 text-blue-400" />
<Music class="size-3.5 text-blue-400" />
<span class="text-[11px] text-white/70 font-medium">
{#if !$beatmapSets && $beatmapSets !== 0}
<LoaderCircle class="animate-spin" size={12} />