diff --git a/frontend/src/components/GameCard.tsx b/frontend/src/components/GameCard.tsx index 0d47d6c..22dc7de 100644 --- a/frontend/src/components/GameCard.tsx +++ b/frontend/src/components/GameCard.tsx @@ -23,12 +23,14 @@ export function GameCard({ game, selected, onSelect }: GameCardProps) { }`} > {imgIdx < boxArtSrcs.length ? ( - {game.name} setImgIdx((i) => i + 1)} - /> +
+ {game.name} setImgIdx((i) => i + 1)} + /> +
) : (