Skip to content

Commit e9a21c1

Browse files
committed
fix ProductCard
1 parent 4051a0b commit e9a21c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProductCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const ProductCard = ({
8585
return (
8686
<Flex
8787
className={cn(
88-
"flex-col justify-between bg-background-highlight",
88+
"flex-col justify-between bg-background-highlight text-center",
8989
"rounded-base border no-underline",
9090
"hover:scale-[1.02] hover:transition-transform"
9191
)}

0 commit comments

Comments
 (0)