diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index c460a9f9..15f71d52 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -159,155 +159,155 @@ const TitleCard: React.FC = ({ leaveFrom="opacity-100" leaveTo="opacity-0" > - - -
-
- {year &&
{year}
} +
+ + +
+
+ {year &&
{year}
} -

- {title} -

-
- {summary} +

+ {title} +

+
+ {summary} +
-
- - + + + + + + {(!currentStatus || currentStatus === MediaStatus.UNKNOWN) && ( + + )} + {currentStatus === MediaStatus.PENDING && ( + + )} + {currentStatus === MediaStatus.PROCESSING && ( + + )} + {(currentStatus === MediaStatus.AVAILABLE || + currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && ( + + )} +
+