From 8096bd2af40db3d89879dd02ea67aefd00d62126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Thu, 26 Mar 2026 10:48:35 -0300 Subject: [PATCH] feat: agregar botones a CardPizza --- src/components/CardPizza.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/CardPizza.jsx b/src/components/CardPizza.jsx index e7ce46f..84a40de 100644 --- a/src/components/CardPizza.jsx +++ b/src/components/CardPizza.jsx @@ -15,7 +15,10 @@ const CardPizza = (props) => (

${props.price.toLocaleString("es-CL")}

-
+
+ + +
);