From dddc5bfd96a34ddc79cfded2ce1df3be003b43be Mon Sep 17 00:00:00 2001 From: Shisuys Date: Tue, 11 Feb 2025 19:17:58 -0300 Subject: [PATCH] Update game-card.tsx --- .../src/components/game-card/game-card.tsx | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/renderer/src/components/game-card/game-card.tsx b/src/renderer/src/components/game-card/game-card.tsx index 8423ebc1..9859fe1e 100644 --- a/src/renderer/src/components/game-card/game-card.tsx +++ b/src/renderer/src/components/game-card/game-card.tsx @@ -75,40 +75,40 @@ export function GameCard({ game, ...props }: GameCardProps) {

{game.title}

-{uniqueRepackers.length > 0 ? ( - -) : ( -

{t("no_downloads")}

-)} - -
-
- - - {stats ? numberFormatter.format(stats.downloadCount) : "…"} - -
-
- - - {stats ? numberFormatter.format(stats.playerCount) : "…"} - -
-
+ {uniqueRepackers.length > 0 ? ( + + ) : ( +

{t("no_downloads")}

+ )} +
+
+ + + {stats ? numberFormatter.format(stats.downloadCount) : "…"} + +
+
+ + + {stats ? numberFormatter.format(stats.playerCount) : "…"} + +
+