diff --git a/src/components/carousel/carousel-section.tsx b/src/components/carousel/carousel-section.tsx index 1d40e062..a4025e70 100644 --- a/src/components/carousel/carousel-section.tsx +++ b/src/components/carousel/carousel-section.tsx @@ -17,7 +17,7 @@ export const CarouselSection: FC> = ({ children, }) => ( - + {/* */} {children} ); diff --git a/src/components/carousel/variants/carousel-main.tsx b/src/components/carousel/variants/carousel-main.tsx index 8a13e60f..f87c3a15 100644 --- a/src/components/carousel/variants/carousel-main.tsx +++ b/src/components/carousel/variants/carousel-main.tsx @@ -214,7 +214,7 @@ function CarouselItem({ post }: Readonly) { }} > - Add watchlist + Add Watchlist diff --git a/src/components/carousel/variants/carousel-mixed.tsx b/src/components/carousel/variants/carousel-mixed.tsx index 92f9756e..72c1083b 100644 --- a/src/components/carousel/variants/carousel-mixed.tsx +++ b/src/components/carousel/variants/carousel-mixed.tsx @@ -108,7 +108,6 @@ export default function CarouselMixed({ data }: Props) { genre: getMovieGenres(post).split(', '), images: { vertical: getMediaUri(getPosterCid(post)), - horizontal: getMediaUri(getPosterHorizontalCid(post)), wallpaper: getMediaUri(getWallpaperCid(post)), }, likes: post?.stats?.upvotes ?? 0, @@ -139,7 +138,6 @@ export default function CarouselMixed({ data }: Props) { genre: getMovieGenres(post).split(', '), images: { vertical: getMediaUri(getPosterCid(post)), - horizontal: getMediaUri(getPosterHorizontalCid(post)), wallpaper: getMediaUri(getWallpaperCid(post)), }, likes: post?.stats?.upvotes ?? 0, diff --git a/src/components/carousel/variants/carousel-poster-horizontal.tsx b/src/components/carousel/variants/carousel-poster-horizontal.tsx index ce5ca138..b515f87b 100644 --- a/src/components/carousel/variants/carousel-poster-horizontal.tsx +++ b/src/components/carousel/variants/carousel-poster-horizontal.tsx @@ -74,7 +74,6 @@ export default function CarouselPosterHorizontal({ data }: Props) { genre={getMovieGenres(post).split(', ')} images={{ vertical: getMediaUri(getPosterCid(post)), - horizontal: getMediaUri(getPosterHorizontalCid(post)), wallpaper: getMediaUri(getWallpaperCid(post)), }} likes={post?.stats?.upvotes ?? 0} diff --git a/src/components/poster/variants/poster-top-titles.tsx b/src/components/poster/variants/poster-top-titles.tsx index 86d44168..5c6aabec 100644 --- a/src/components/poster/variants/poster-top-titles.tsx +++ b/src/components/poster/variants/poster-top-titles.tsx @@ -79,6 +79,7 @@ const PosterTopTitles = ({ post }: { post: any }) => { width: '100%', height: '100%', opacity: 0.2, + filter: "blur(5px) !important", backgroundSize: 'cover', backgroundPosition: 'center', backgroundRepeat: 'no-repeat', diff --git a/src/layouts/_common/header-balance.tsx b/src/layouts/_common/header-balance.tsx index dbf1a63a..9f1800af 100644 --- a/src/layouts/_common/header-balance.tsx +++ b/src/layouts/_common/header-balance.tsx @@ -45,9 +45,6 @@ export default function HeaderBalance() { {formatBalanceNumber(balance)} - - MMC - );