From 282bb45869355e94b2bf16a25857b194bb034341 Mon Sep 17 00:00:00 2001 From: Shisuys Date: Tue, 11 Feb 2025 19:15:20 -0300 Subject: [PATCH] Update game-card.tsx --- .../src/components/game-card/game-card.tsx | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/renderer/src/components/game-card/game-card.tsx b/src/renderer/src/components/game-card/game-card.tsx index c4d980f1..8423ebc1 100644 --- a/src/renderer/src/components/game-card/game-card.tsx +++ b/src/renderer/src/components/game-card/game-card.tsx @@ -96,23 +96,19 @@ export function GameCard({ game, ...props }: GameCardProps) {
- {/* ...additional specifics content... */} + + + {stats ? numberFormatter.format(stats.downloadCount) : "…"} + +
+
+ + + {stats ? numberFormatter.format(stats.playerCount) : "…"} +
- - - {stats ? numberFormatter.format(stats.downloadCount) : "…"} - - - -
- - - {stats ? numberFormatter.format(stats?.playerCount) : "…"} - -
-