feat(overlay): add song sub name to song info
This commit is contained in:
parent
1485083d60
commit
fadfdee316
@ -26,7 +26,9 @@ export default function SongInfo() {
|
||||
/>
|
||||
<div className="flex flex-col justify-between pb-2 pt-1">
|
||||
<div>
|
||||
<p className="text-xl font-bold">{songInfo.songName}</p>
|
||||
<p className="text-xl font-bold">
|
||||
{songInfo.songName} {songInfo.songSubName}
|
||||
</p>
|
||||
<p className="text-md">{songInfo.songMapper}</p>
|
||||
</div>
|
||||
<div className="mt-1 flex items-center gap-2">
|
||||
|
Loading…
Reference in New Issue
Block a user