From fadfdee31646ccd2b94e68039c4e0dbf12d8739d Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 5 Nov 2023 22:22:02 +0000 Subject: [PATCH] feat(overlay): add song sub name to song info --- src/components/overlay/SongInfo.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/overlay/SongInfo.tsx b/src/components/overlay/SongInfo.tsx index 87d6e40..a7883ca 100644 --- a/src/components/overlay/SongInfo.tsx +++ b/src/components/overlay/SongInfo.tsx @@ -26,7 +26,9 @@ export default function SongInfo() { />
-

{songInfo.songName}

+

+ {songInfo.songName} {songInfo.songSubName} +

{songInfo.songMapper}