Skip to content

Commit

Permalink
start block
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegulline committed May 10, 2024
1 parent fde1f06 commit 2ca4af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Carousel/Carousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function Carousel({ children }) {
></div>
<div
ref={rightRef}
className='pointer-events-none absolute right-0 top-0 bottom-0 z-10 hidden w-20 bg-gradient-to-r from-transparent to-white'
className='pointer-events-none absolute right-0 top-0 bottom-0 z-10 w-20 bg-gradient-to-r from-transparent to-white'
></div>
<Swiper
slidesPerView={2}
Expand Down

0 comments on commit 2ca4af9

Please sign in to comment.