fix corrupted middle dot character across 7 files

This commit is contained in:
2026-04-11 00:07:00 +03:00
parent 08990e19a0
commit c60db65bce
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -173,7 +173,7 @@ export default function NowPlaying({ isOpen, onClose }: NowPlayingProps) {
{artist}
{album && (
<>
<span className="text-white/30 mx-2">·</span>
<span className="text-white/30 mx-2">·</span>
<span className="text-white/55">{album}</span>
</>
)}
@@ -285,7 +285,7 @@ export default function NowPlaying({ isOpen, onClose }: NowPlayingProps) {
>
<ListMusic size={14} />
Queue
<span className="text-white/40">·</span>
<span className="text-white/40">·</span>
<span className="tabular-nums">{queue.length}</span>
</button>
</motion.div>