Skip to content

Commit

Permalink
fix detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiro-ss committed Apr 17, 2024
1 parent 8df3e33 commit ac21f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Detail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Detail = () => {
<ClipLoader color="blue" size={50} aria-label="Loading Spinner" data-testid="loader" />
</div>
) : (
<div className="w-1/2 px-6 py-8 mx-auto md:h-screen lg:py-0">
<div className="lg:w-1/2 px-6 py-8 mx-auto md:h-screen lg:py-0">
<h1 className="font-bold leading-tight tracking-tight text-gray-900 md:text-2xl">{summary.title}</h1>
<div className="text-right">
{summary.authors?.map((author) => (
Expand Down

0 comments on commit ac21f04

Please sign in to comment.