From 65a58693ae5a6eef49b342ab9f99285595d86f02 Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Wed, 7 Aug 2024 21:58:51 -0700 Subject: [PATCH] Remove unwanted bg-red class in image background --- frontend/src/components/listings/ListingGridCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/listings/ListingGridCard.tsx b/frontend/src/components/listings/ListingGridCard.tsx index 91f9f99c..085244a7 100644 --- a/frontend/src/components/listings/ListingGridCard.tsx +++ b/frontend/src/components/listings/ListingGridCard.tsx @@ -36,7 +36,7 @@ const ListingGridCard = (props: Props) => { onClick={() => navigate(`/item/${listingId}`)} > {listing?.image_url ? ( -
+