Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Nov 27, 2023
1 parent 2b0f161 commit 9b94864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BooksSection.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Suspense } from 'react';
import { Box, Flex, Divider, Spinner } from '@chakra-ui/react';
import { Box, Center, Flex, Divider, Spinner } from '@chakra-ui/react';

import { BooksSectionType } from './types';

Expand Down Expand Up @@ -28,9 +28,9 @@ export function BooksSection({
</Box>
<Suspense
fallback={
<Box p='3'>
<Center p='3'>
<Spinner size='lg' />
</Box>
</Center>
}
>
<Box>{booksComponent}</Box>
Expand Down

1 comment on commit 9b94864

@vercel
Copy link

@vercel vercel bot commented on 9b94864 Nov 27, 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.vercel.app
xbu-franqsanz.vercel.app

Please sign in to comment.