Skip to content

Commit

Permalink
bugfix: profile picture shrink 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed Nov 26, 2023
1 parent 8c6125a commit 181c39c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/components/BookPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export const BookPreview = ({
} else if (fileType === 'epub') {
return (
<div className="h-screen">
<ArrowLeftIcon
size={32}
className="cursor-pointer border border-gray-400 rounded-full hover:bg-gray-200 hover:shadow-md relative left-2 mb-2"
onClick={() => navigate(-1)}
/>
<ReactReader
url={bookUrl}
location={location}
Expand Down

1 comment on commit 181c39c

@vercel
Copy link

@vercel vercel bot commented on 181c39c Nov 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.