From ee1089a3b6f7137ffe32439334475822c68ad696 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:37:43 +0200 Subject: [PATCH] update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b787487..9be52e2 100644 --- a/index.html +++ b/index.html @@ -2217,7 +2217,7 @@ document.getElementById(span_precio).innerHTML = "Gratis!
Usando puntos"; } else { - document.getElementById(span_precio).innerHTML = `Pagando ${precio}` + document.getElementById(span_precio).innerHTML = `Pagando ${precio}c` } // Acciónes document.getElementById(btn_Pedido).onclick = () => {