feat: rearrange game benchmark wizard and improve overall
This commit is contained in:
@@ -677,7 +677,7 @@ function GameCard({ game }: { game: GamesListItem }) {
|
||||
</h3>
|
||||
<div className="flex flex-wrap gap-1 mt-1">
|
||||
{game.playabilityStatus && (
|
||||
<PlayabilityBadge status={game.playabilityStatus} compact showLabel={false} />
|
||||
<PlayabilityBadge status={game.playabilityStatus} compact />
|
||||
)}
|
||||
{game.antiCheatRelevant && game.antiCheatStatus === "unsupported" && (
|
||||
<AntiCheatBadge
|
||||
|
||||
Reference in New Issue
Block a user