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 10, 2023
1 parent bc7176a commit 00b5fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/forms/NewBook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export function FormNewBook() {
)}
</FormControl>
<FormControl>
<FormLabel htmlFor='language' mt={{ base: 5, md: 0 }}>
<FormLabel htmlFor='language' mt={{ base: 5, md: 0 }} mb='15px'>
Idioma{' '}
<Box display='inline' fontSize='sx' color='red.400'>
*
Expand All @@ -476,7 +476,7 @@ export function FormNewBook() {
noOptionsMessage={({ inputValue }) =>
`Esta opción "${inputValue}" no existe`
}
placeholder='Seleccione un Idioma'
placeholder='Elija un Idioma'
/>
</FormControl>
<FormControl isInvalid={!!errors.numberPages} mt='5'>
Expand Down Expand Up @@ -568,7 +568,7 @@ export function FormNewBook() {
noOptionsMessage={({ inputValue }) =>
`Esta opción "${inputValue}" no existe`
}
placeholder='Seleccione una categoría'
placeholder='Elija una categoría'
/>
</FormControl>
<FormControl isInvalid={!!errors.format} mt={{ base: 5, md: 8 }}>
Expand All @@ -590,7 +590,7 @@ export function FormNewBook() {
noOptionsMessage={({ inputValue }) =>
`Esta opción "${inputValue}" no existe`
}
placeholder='Seleccione un Formato'
placeholder='Elija un Formato'
/>
</FormControl>
<Box mt={{ base: 10, md: '22rem' }}>
Expand Down

1 comment on commit 00b5fdf

@vercel
Copy link

@vercel vercel bot commented on 00b5fdf Oct 10, 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-franqsanz.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu.vercel.app

Please sign in to comment.