Skip to content

Commit

Permalink
fix(frontend): carousel height
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed May 5, 2023
1 parent bb7af24 commit 148221e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/frontend/src/pages/media/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ const Page: NextPageWithLayout = () => {
<Carousel
withIndicators={details.data.posterImages.length > 1}
withControls={details.data.posterImages.length > 1}
height={400}
w={300}
>
{[
Expand Down

0 comments on commit 148221e

Please sign in to comment.