diff --git a/src/components/BackgroundImagePlaceholderDiv.tsx b/src/components/BackgroundImagePlaceholderDiv.tsx index f262df7d3..32cb052f3 100644 --- a/src/components/BackgroundImagePlaceholderDiv.tsx +++ b/src/components/BackgroundImagePlaceholderDiv.tsx @@ -75,7 +75,7 @@ function BackgroundImagePlaceholderDiv(props: Props) {
= ({ episode, isInCollection, percentage }) => ( {percentage &&
} {isInCollection && ( -
- +
+ In Collection
)} -
+
); diff --git a/src/pages/dashboard/panels/UpcomingAnime.tsx b/src/pages/dashboard/panels/UpcomingAnime.tsx index 2f5128b79..be7d49737 100644 --- a/src/pages/dashboard/panels/UpcomingAnime.tsx +++ b/src/pages/dashboard/panels/UpcomingAnime.tsx @@ -33,9 +33,7 @@ const UpcomingAnime = () => {
{(localItems.data?.length ?? 0) > 0 - ? localItems.data?.map(item => ( - - )) + ? localItems.data?.map(item => ) : (
No Upcoming Anime.
@@ -46,7 +44,12 @@ const UpcomingAnime = () => { {(items.data?.length ?? 0) > 0 ? items.data?.map(item => ( - + )) : (