From 2e4842efd4016eebae77aa96c981edd2a1fd8085 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 5 Nov 2023 23:21:35 +0000 Subject: [PATCH] fix(overlay): increase size of song info --- src/components/overlay/SongInfo.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/overlay/SongInfo.tsx b/src/components/overlay/SongInfo.tsx index a7883ca..1f943c2 100644 --- a/src/components/overlay/SongInfo.tsx +++ b/src/components/overlay/SongInfo.tsx @@ -21,26 +21,26 @@ export default function SongInfo() { className="rounded-md" alt="Song Image" src={songInfo.art} - width={120} - height={120} + width={140} + height={140} />
-

+

{songInfo.songName} {songInfo.songSubName}

-

{songInfo.songMapper}

+

{songInfo.songMapper}

{songInfo.difficulty}

-

!bsr {songInfo.bsr}

+

!bsr {songInfo.bsr}