Skip to content

Commit

Permalink
buscador mejorado
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenfigueroa committed Jan 3, 2023
1 parent a4ac904 commit 1b51377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Busqueda/Busqueda.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const Busqueda = () => {
className='busqueda__imagen'/>

<form className='busqueda__formulario' ref={formulario} onSubmit={buscarPokemon}>
<input type='text' className='busqueda__input' list='animales' name='busqueda'></input>
<input type='text' className='busqueda__input' list='animales' name='busqueda' placeholder='Nombre del pokemon'></input>
<input type="submit" className='busqueda__boton' value='Buscar'/>

{/* LISTA DE RECOMENDACIONES */}
Expand Down

0 comments on commit 1b51377

Please sign in to comment.