From 99174e6299cab15248ea3639b93f5c2ac98e5e0b Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 12 Sep 2024 01:06:49 +0100 Subject: [PATCH] fix text overflow breaking images --- src/components/player/score/score.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/player/score/score.tsx b/src/components/player/score/score.tsx index cc90ced..91593d3 100644 --- a/src/components/player/score/score.tsx +++ b/src/components/player/score/score.tsx @@ -48,7 +48,7 @@ export default function Score({ playerScore }: Props) {

{timeAgo(new Date(score.timeSet))}

-
+
-
-

{leaderboard.songName}

-

{leaderboard.songAuthorName}

-

{leaderboard.levelAuthorName}

+
+

{leaderboard.songName}

+

{leaderboard.songAuthorName}

+

{leaderboard.levelAuthorName}