mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix/feat: add wathing now and collections of the week to discovery page
This commit is contained in:
parent
b25bb4d6e9
commit
05cb74b7f2
9 changed files with 74 additions and 32 deletions
|
@ -40,12 +40,6 @@ export const ReleaseCourusel = (props: {
|
|||
prevEl: ".swiper-button-prev"
|
||||
}}
|
||||
allowTouchMove={true}
|
||||
breakpoints={{
|
||||
1800: {
|
||||
initialSlide: 2,
|
||||
centeredSlides: true
|
||||
}
|
||||
}}
|
||||
className={Styles.swiper}
|
||||
>
|
||||
{props.content.map((release) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue