From c725b7e7b5857bc0d0e8605083264b8c66fd2203 Mon Sep 17 00:00:00 2001
From: ferngon <fernando.gonzalez.sanz@alumnos.uva.es>
Date: Tue, 10 Dec 2024 16:25:51 +0000
Subject: [PATCH] Update file xg2.js

---
 xg2.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xg2.js b/xg2.js
index 14ef6de..1a522da 100644
--- a/xg2.js
+++ b/xg2.js
@@ -105,7 +105,7 @@
         // Crear un nuevo título
         svgContainer.select("h2").remove(); // Eliminar título anterior si existe
         svgContainer.append("h2")
-            .text(`Diferencia Goles anotados-xG(goles esperados): ${trophie} ${year}-${year + 1}`)
+            .text(`Diferencia "Goles anotados"-"xG(goles esperados)": ${trophie} ${year}-${year + 1}`)
             .style("text-align", "center-left")
             .style("margin-bottom", "10px");
     
-- 
GitLab