diff --git a/app/components/ReleaseInfo/ReleaseInfo.Basics.tsx b/app/components/ReleaseInfo/ReleaseInfo.Basics.tsx index 1bf9448..63a576c 100644 --- a/app/components/ReleaseInfo/ReleaseInfo.Basics.tsx +++ b/app/components/ReleaseInfo/ReleaseInfo.Basics.tsx @@ -16,9 +16,18 @@ export const ReleaseInfoBasics = (props: { return (
-
- - +
+
+ + +
+
@@ -52,7 +61,6 @@ export const ReleaseInfoBasics = (props: { > {isFullDescription ? "Скрыть" : "Показать полностью"} -
diff --git a/app/components/ReleaseInfo/ReleaseInfo.LicensedPlatforms.tsx b/app/components/ReleaseInfo/ReleaseInfo.LicensedPlatforms.tsx index 6a1c72b..25f4d24 100644 --- a/app/components/ReleaseInfo/ReleaseInfo.LicensedPlatforms.tsx +++ b/app/components/ReleaseInfo/ReleaseInfo.LicensedPlatforms.tsx @@ -23,17 +23,17 @@ export const ReleaseInfoStreaming = (props: { release_id: number }) => { : !(data.content.length > 0) ? "" :
-

Официальные источники:

-
+
{data.content.map((item: any) => { return ( -

{item.name}

+

{item.name}

); })}