fix corrupted middle dot character across 7 files
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user