From 764c936ff8939b6bbf0e89cb25d054953f419d0a Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 2 Sep 2024 09:49:53 +0000 Subject: [PATCH] Update src/components/GameCard.tsx --- src/components/GameCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GameCard.tsx b/src/components/GameCard.tsx index e7102a6..ade5f15 100644 --- a/src/components/GameCard.tsx +++ b/src/components/GameCard.tsx @@ -9,7 +9,7 @@ type GameCardProps = { export const GameCard = ({ title, imageUrl }: GameCardProps) => { return ( -