From d7c6b24face3d00c9964d3792e62d78ada7ca182 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 6 Nov 2023 19:18:14 +0000 Subject: [PATCH] change(overlay): remove song sub name --- src/components/overlay/SongInfo.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/overlay/SongInfo.tsx b/src/components/overlay/SongInfo.tsx index dbb58d1..599dfef 100644 --- a/src/components/overlay/SongInfo.tsx +++ b/src/components/overlay/SongInfo.tsx @@ -26,9 +26,7 @@ export default function SongInfo() { />
-

- {songInfo.songName} {songInfo.songSubName} -

+

{songInfo.songName}

{songInfo.songMapper}