Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Oct 6, 2023
1 parent a54e785 commit bc7176a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/forms/filters/InputSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ export function InputSearch({
border='1px solid black'
rounded='md'
color={colorInput}
placeholder='Buscar Titulo o Autor'
_placeholder={{ color: `${colorInput}` }}
placeholder='Titulo / Autor (Minimo 3 caracteres)'
_placeholder={{ color: `${colorInput}`, fontSize: 'xs' }}
_hover={{ outline: 'none' }}
value={search.query}
onChange={handleSearch}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Search() {
setSelectedYear(year);
}

// Restablecer los valores de los radios cuando cambie la ruta
// Restablecer los valores de los radios(filtros) cuando cambie la ruta
useEffect(() => {
setSelectedLanguage('');
setLanguages([]);
Expand Down

1 comment on commit bc7176a

@vercel
Copy link

@vercel vercel bot commented on bc7176a Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu-git-main-franqsanz.vercel.app
xbu-franqsanz.vercel.app
xbu.vercel.app

Please sign in to comment.