Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Sep 20, 2023
1 parent c6264db commit 0b06774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/forms/NewBook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,21 +362,13 @@ export function FormNewBook() {
</Flex>
</Button>
<Input
// {...register('image.url', {
// required: 'imagen',
// })}
accept='image/png, image/jpeg, image/jpg, image/webp'
display='none'
ref={fileInputRef}
type='file'
size='lg'
onChange={handleImageChange}
/>
{/* {errors.image?.url && (
<FormErrorMessage>
{errors.image?.url.message}
</FormErrorMessage>
)} */}
</FormControl>
<Box my='5' mb='5'>
<ModalCropper
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Book.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export default function Book() {
top='0'
bgGradient={`linear(360deg, #ffffff00 0%, ${gradientColor} 20%)`}
>
Categorias
Categorías
<Box mt='2' borderBottom='1px'></Box>
</Box>
<Suspense
Expand Down

1 comment on commit 0b06774

@vercel
Copy link

@vercel vercel bot commented on 0b06774 Sep 20, 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.