From 67f09146c1f4d1f14022a9a20d21cfa6cc7eaa84 Mon Sep 17 00:00:00 2001 From: lyepesmhotmail <92013303+lyepesmhotmail@users.noreply.github.com> Date: Wed, 2 Nov 2022 18:58:58 -0500 Subject: [PATCH 1/2] Se crea torta de panela --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index bae2741..571f7a4 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,7 @@ const rows = [ createData('Torta', 200, 16.0, 49, 3.9), createData('Brazo de Reina', 400, 16.0, 49, 3.9), createData('Brownie', 123, 16.0, 49, 3.9), + createData('Torta aguapanela', 123, 16.0, 49, 3.9), ]; export default function BasicTable() { From 0fb4a9371125b7a8e08d712d1afd736947998a28 Mon Sep 17 00:00:00 2001 From: lyepesmhotmail <92013303+lyepesmhotmail@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:18:39 -0500 Subject: [PATCH 2/2] Torta de panela --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 571f7a4..105994b 100644 --- a/src/App.js +++ b/src/App.js @@ -20,7 +20,7 @@ const rows = [ createData('Torta', 200, 16.0, 49, 3.9), createData('Brazo de Reina', 400, 16.0, 49, 3.9), createData('Brownie', 123, 16.0, 49, 3.9), - createData('Torta aguapanela', 123, 16.0, 49, 3.9), + createData('Torta de panela', 123, 16.0, 49, 3.9), ]; export default function BasicTable() {