Update docs/CARDSTACK_SECTIONS.md

This commit is contained in:
2026-03-05 08:10:36 +00:00
parent 9fd560744f
commit aaddcc52db

View File

@@ -383,7 +383,7 @@ const ProductCardOne = ({
<img
src={product.image}
alt={product.title}
className={cls("w-full h-48 object-cover mb-4", cardImageClassName)}
className={cls("w-full h-24 object-cover mb-4", cardImageClassName)}
/>
<h3 className={cls("text-xl font-semibold mb-2", cardTitleClassName)}>
{product.title}