From fedea6c2e52fb6f2792b68f295e71c5f838553aa Mon Sep 17 00:00:00 2001 From: Andrea Date: Thu, 6 Nov 2025 09:39:17 +0100 Subject: [PATCH] Moved "edit price" button to each entry --- index.html | 1 - script.js | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a854cd2..af26c52 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,6 @@ -

diff --git a/script.js b/script.js index 38d9be9..a67bbe8 100644 --- a/script.js +++ b/script.js @@ -32,7 +32,8 @@ function listPizze(){ ${pizza.id} ${pizza.nome} ${pizza.prezzo}€ - + + `; });