diff --git a/webapp/src/components/GameConfiguration.js b/webapp/src/components/GameConfiguration.js index f8499dff..a3a7c222 100644 --- a/webapp/src/components/GameConfiguration.js +++ b/webapp/src/components/GameConfiguration.js @@ -80,13 +80,12 @@ const GameConfiguration = () => { { 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 ); }