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) : "…"} - -
-