mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 03:02:07 +00:00
fix editor picks titles
This commit is contained in:
parent
299f798aa0
commit
95621fb712
1 changed files with 2 additions and 2 deletions
|
|
@ -293,14 +293,14 @@ export function DiscoverContent() {
|
|||
<>
|
||||
<LazyMediaCarousel
|
||||
preloadedMedia={editorPicksMovies}
|
||||
title="Editor Picks Movies"
|
||||
title="Editor Picks"
|
||||
mediaType="movie"
|
||||
isMobile={isMobile}
|
||||
carouselRefs={carouselRefs}
|
||||
/>
|
||||
<LazyMediaCarousel
|
||||
preloadedMedia={editorPicksTVShows}
|
||||
title="Editor Picks Shows"
|
||||
title="Editor Picks"
|
||||
mediaType="tv"
|
||||
isMobile={isMobile}
|
||||
carouselRefs={carouselRefs}
|
||||
|
|
|
|||
Loading…
Reference in a new issue