middlewarehq / unwrapped

Spotify Wrapped for developers.
https://www.middlewarehq.com/unwrapped
MIT License
64 stars 4 forks source link

Update arrow visibility in SwiperCarousel component #116

Closed shivam-bit closed 11 months ago

shivam-bit commented 11 months ago

This pull request updates the visibility of the arrow buttons in the SwiperCarousel component. The previous implementation had the arrows visible on all screen sizes, which caused layout issues on smaller screens. This update adds the "hidden md:block" class to the arrow buttons, making them visible only on medium-sized screens and above.