From 9e1c8eb6281c88f980325ebf6af897a837365478 Mon Sep 17 00:00:00 2001 From: Jake Wheeler Date: Tue, 10 Dec 2024 10:54:06 -0500 Subject: [PATCH] image bottom right should not be rounded --- src/app/products/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b01f796..9cc2d09 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -106,7 +106,13 @@ function ProductCard({
{imgSrc ? (
- +
) : null}