Skip to content

Commit

Permalink
prueba cambio nombre
Browse files Browse the repository at this point in the history
  • Loading branch information
fer4github committed Apr 30, 2024
1 parent 71fb39c commit e48ab83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webapp/src/components/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Home = ({isLogged, setIsLogged}) => {
{!isLogged ? (
<Container component="main" maxWidth="xs" sx={{ marginTop: 4, display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
{/* Mostramos el título del juego */}
<h1 className="titulo">WIQ 5A</h1>
<h1 className="titulo">QUIZZ MASTER</h1>
{/* Creamos un contenedor para los botones */}
<div className="button-container">
{/* Creamos el botón "Jugar" y le asignamos la función clickJugar al evento onClick */}
Expand All @@ -51,7 +51,7 @@ const Home = ({isLogged, setIsLogged}) => {
</Container>) : (
<Container component="main" maxWidth="xs" sx={{ marginTop: 4, display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
{/* Mostramos el título del juego */}
<h1 className="titulo">WIQ 5A</h1>
<h1 className="titulo">QUIZZ MASTER</h1>
{/* Creamos un contenedor para los botones */}
<div className="button-container">
{/* Creamos el botón "Jugar" y le asignamos la función clickJugar al evento onClick */}
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/Pages/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8000
<>
<Navbar collapseOnSelect expand="lg" className="bg-body-tertiary">
<Container>
<Navbar.Brand href="/">WIQ 5A</Navbar.Brand>
<Navbar.Brand href="/">QUIZZ MASTER</Navbar.Brand>
<Navbar.Toggle aria-controls="responsive-navbar-nav" />
<Navbar.Collapse id="responsive-navbar-nav">
{ isLogged ? (<Nav className="me-auto">
Expand Down

0 comments on commit e48ab83

Please sign in to comment.