From 64f37d0fd137e65b117628c30623890b225bda87 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 May 2025 20:44:28 +0200 Subject: [PATCH] shadows --- src/app/components/Lobby.tsx | 4 ++-- src/app/components/Ranked.tsx | 4 ++-- src/app/components/Session.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/components/Lobby.tsx b/src/app/components/Lobby.tsx index f4f4a19..5b658ee 100644 --- a/src/app/components/Lobby.tsx +++ b/src/app/components/Lobby.tsx @@ -79,7 +79,7 @@ export default function Lobby ( { player }: { player: string } ) >
-
+
{ player.tag ? `${ player.tag } ${ player.name }` : player.name }
@@ -96,7 +96,7 @@ export default function Lobby ( { player }: { player: string } ) backgroundImage: `url(${ player.positionIcon })`, } } >
-
+
{ player.wr }%
diff --git a/src/app/components/Ranked.tsx b/src/app/components/Ranked.tsx index 6103ff8..823b341 100644 --- a/src/app/components/Ranked.tsx +++ b/src/app/components/Ranked.tsx @@ -55,7 +55,7 @@ export default function Ranked ( { name, tag }: { name: string; tag: string } ) return (
-
+
{ [ "MASTER", "GRANDMASTER", "CHALLENGER" ].includes( data.tier ) ? (
{ data.tier } { data.lp } LP @@ -70,7 +70,7 @@ export default function Ranked ( { name, tag }: { name: string; tag: string } )
{ data.wins }W
{ data.losses }L
-
+
{ data.winrate }%
diff --git a/src/app/components/Session.tsx b/src/app/components/Session.tsx index ef96b26..69ed457 100644 --- a/src/app/components/Session.tsx +++ b/src/app/components/Session.tsx @@ -69,7 +69,7 @@ export default function Session ( { name, tag }: { name: string; tag: string } )
- + { data.kills } / @@ -77,7 +77,7 @@ export default function Session ( { name, tag }: { name: string; tag: string } ) { data.deaths } / - + { data.assists }