Skip to content

Commit

Permalink
✨ Cambios finales - arreglado problemas de e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed May 7, 2024
1 parent cc82b38 commit b72260d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ function App() {
<Typography component="div" align="center" sx={{ marginTop: 2 }}>

{showLogin ? (
// eslint-disable-next-line jsx-a11y/anchor-is-valid
<a onClick={handleToggleView} className='gotoregister'>
¿No tienes una cuenta? Regístrate aquí.
</a>
) : (
// eslint-disable-next-line jsx-a11y/anchor-is-valid
<a onClick={handleToggleView} className='gotoregister'>
¿Ya tienes cuenta? Inicia sesión aquí.
</a>
Expand Down

0 comments on commit b72260d

Please sign in to comment.