+
({ xs: theme.user.heading, md: theme.heading }), + fontWeight: { md: "900" }, + textAlign: { xs: "center", sm: "left" }, + color: (theme: Theme) => ({ xs: theme.user.heading, md: theme.heading }), })} > - {date} -
+ {name} + )}({ xs: theme.user.heading, md: theme.heading }), + })} + > + {date} +
+ )} + theme.user.paragraph,
+ })}
+ >
+ {t("show.studio")}:{" "}
+ {isLoading ? (
+
theme.user.paragraph,
+ })}
+ >
+ {t("show.genre")}:{" "}
+ {(isLoading ? [...Array(3)] : genres!).map((genre, i) => (
+ <>
+ {i !== 0 && ", "}
+ {isLoading ? (
+
+ {overview ?? t("show.noOverview")} +
+ )} +{t("show.genre-none")}
+ )} +