From a06277dc4e4b797d21b1d97b9e85ecf686c9db93 Mon Sep 17 00:00:00 2001 From: UO288559 Date: Mon, 22 Apr 2024 17:00:08 +0200 Subject: [PATCH] =?UTF-8?q?Adaptabilidad=20-=20Modificado=20ancho=20de=20l?= =?UTF-8?q?os=20inputs=20de=20configuraci=C3=B3n=20de=20partida.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/components/GameConfiguration.js | 7 +++---- webapp/src/components/fragments/Footer.js | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/webapp/src/components/GameConfiguration.js b/webapp/src/components/GameConfiguration.js index e8affe40..dd1d4eae 100644 --- a/webapp/src/components/GameConfiguration.js +++ b/webapp/src/components/GameConfiguration.js @@ -75,13 +75,12 @@ const GameConfiguration = () => { { name="time" margin="normal" fullWidth - label="Tiempo disponible por pregunta" + label="Tiempo por pregunta" onChange={handleChangeTime} value={valueTime} type="number" step="1" - sx={{ width: '50vh', marginBottom: 2, backgroundColor: '#FFFFFF'}} + sx={{ width: '40vh', marginBottom: 2, backgroundColor: '#FFFFFF'}} inputProps={{ inputMode: 'numeric', min: 10, diff --git a/webapp/src/components/fragments/Footer.js b/webapp/src/components/fragments/Footer.js index e216ee06..68e29e20 100644 --- a/webapp/src/components/fragments/Footer.js +++ b/webapp/src/components/fragments/Footer.js @@ -14,7 +14,7 @@ const Footer = () => { textAlign: 'center' }} > - © {new Date().getFullYear()} ASW - WIQ_ES5B + © {new Date().getFullYear()} ASW - WIQ_ES2C ); }