From cff29d1c14fb3b310c63b7de274d80396ca91803 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Oct 2023 06:10:43 +0100 Subject: [PATCH] add button to go to page in global ranking and make name closer to player info --- src/components/player/PlayerInfo.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/player/PlayerInfo.tsx b/src/components/player/PlayerInfo.tsx index 02ab7e4..b80e697 100644 --- a/src/components/player/PlayerInfo.tsx +++ b/src/components/player/PlayerInfo.tsx @@ -126,13 +126,21 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
{/* Name */} -

{playerData.name}

+

{playerData.name}

-
+
{/* Global Rank */}
-

#{playerData.rank}

+ + +

#{playerData.rank}

+
{/* Country Rank */}