diff --git a/src/components/GameCard.tsx b/src/components/GameCard.tsx index 425d3b9..e7102a6 100644 --- a/src/components/GameCard.tsx +++ b/src/components/GameCard.tsx @@ -9,11 +9,13 @@ type GameCardProps = { export const GameCard = ({ title, imageUrl }: GameCardProps) => { return ( - +
+

{title}