diff --git a/src/components/AudioPlayer/Player.tsx b/src/components/AudioPlayer/Player.tsx index 0aa15b8..4271d76 100644 --- a/src/components/AudioPlayer/Player.tsx +++ b/src/components/AudioPlayer/Player.tsx @@ -177,7 +177,7 @@ export default function AudioPlayer({ }, []); return ( -
{audio?.title ?? ''}
-{`${audio?.artist}/${audio?.album}`}
+{audio?.title ?? ''}
+{`${audio?.artist}/${audio?.album}`}
{/*