summaryrefslogtreecommitdiff
path: root/src/components/product_cart.tsx
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-05-25 19:11:31 -0600
committerHombreLaser <sebastian-440@live.com>2023-05-25 19:11:31 -0600
commite8fa9bd7bba125a339f11876eb5ea99d0cd301b6 (patch)
tree5d8211221680a3c214b3a16b5d179722a8add085 /src/components/product_cart.tsx
parentda2631822f902094e691143302d6fc6b68e1cf56 (diff)
Añade historial de órdenes
Diffstat (limited to 'src/components/product_cart.tsx')
-rw-r--r--src/components/product_cart.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/product_cart.tsx b/src/components/product_cart.tsx
index 4e78d1a..14710d1 100644
--- a/src/components/product_cart.tsx
+++ b/src/components/product_cart.tsx
@@ -3,7 +3,7 @@ import "./stylesheets/product_listing.css";
export default function ProductCart({ product }) {
return (
- <div className="my-2 w-3/6 grid grid-cols-2 gap-2 border-2 border-gray-300">
+ <div className="my-2 grid grid-cols-2 gap-2 border-2 border-gray-300">
<div>
<img className="listing-image" src={product.picture} />
</div>