From 2d6ddcdcb64620c3a51cdb1656a5bec42910afe9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sof=C3=ADa=20Maturana?=
Date: Wed, 15 Apr 2026 10:10:24 -0400
Subject: [PATCH] =?UTF-8?q?fix:=20mostrar=20descripci=C3=B3n=20pizza?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Pizza.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Pizza.jsx b/src/components/Pizza.jsx
index 686fa24..a8aac76 100644
--- a/src/components/Pizza.jsx
+++ b/src/components/Pizza.jsx
@@ -19,7 +19,7 @@ const Pizza = () => {
${pizza.price.toLocaleString("es-CL")}
- {pizza.descripcion}
+ {pizza.desc}
Ingredientes
{pizza.ingredients.map((i, index) => (