Skip to content

Commit

Permalink
home-page last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan-Ahammed committed Jul 28, 2024
1 parent 3401d53 commit 63c86ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function Header() {
<Carousel
transition={{ duration: 2 }}
loop={true}
navigation={null} // Remove the dots
autoplay={true} // Disable autoplay

autoplay={true}
className="rounded-xl h-48 md:h-80 xl:h-96"
>
{movieData.map((item, i) => (
Expand Down

0 comments on commit 63c86ea

Please sign in to comment.