From aee3ac6f09f0f8c80f873f3033a1e3d6fb172f47 Mon Sep 17 00:00:00 2001 From: Jacob Koshy <42344274+jacobk999@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:57:09 -0400 Subject: [PATCH] fix: rearrange hide and seek stats (#680) --- .../commands/arcade/modes/hide-and-seek.tsx | 90 +++++++++---------- 1 file changed, 43 insertions(+), 47 deletions(-) diff --git a/apps/discord-bot/src/commands/arcade/modes/hide-and-seek.tsx b/apps/discord-bot/src/commands/arcade/modes/hide-and-seek.tsx index dd6977b68..bfe59475e 100644 --- a/apps/discord-bot/src/commands/arcade/modes/hide-and-seek.tsx +++ b/apps/discord-bot/src/commands/arcade/modes/hide-and-seek.tsx @@ -34,61 +34,57 @@ export const HideAndSeekTable = ({ stats, t }: HideAndSeekTableProps) => { color="§b" /> + + + + + + + - + + + + + + + + - - - - - - - - - - - - - - - - ); };