diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index c460a9f90..15f71d52c 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} -
-
-
- - - - - - - - - {(!currentStatus || - currentStatus === MediaStatus.UNKNOWN) && ( - - )} - {currentStatus === MediaStatus.PENDING && ( - - )} - {currentStatus === MediaStatus.PROCESSING && ( - - )} - {(currentStatus === MediaStatus.AVAILABLE || - currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && ( - - )} + {summary} +
+
-
- - + + + +
+ + + + + + + + + {(!currentStatus || currentStatus === MediaStatus.UNKNOWN) && ( + + )} + {currentStatus === MediaStatus.PENDING && ( + + )} + {currentStatus === MediaStatus.PROCESSING && ( + + )} + {(currentStatus === MediaStatus.AVAILABLE || + currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && ( + + )} +
+