diff --git a/app/components/CollectionLink/CollectionLink.tsx b/app/components/CollectionLink/CollectionLink.tsx index d760eb4..fc72272 100644 --- a/app/components/CollectionLink/CollectionLink.tsx +++ b/app/components/CollectionLink/CollectionLink.tsx @@ -13,8 +13,14 @@ export const CollectionLink = (props: any) => { }} >
- - + + {props.is_private && (
@@ -26,9 +32,14 @@ export const CollectionLink = (props: any) => {
)}
-

- {props.title} -

+
+

+ {props.title} +

+

+ {props.description} +

+
diff --git a/app/components/ReleaseLink/ReleaseLink.16_9.tsx b/app/components/ReleaseLink/ReleaseLink.16_9.tsx index dcddc23..bd3c24a 100644 --- a/app/components/ReleaseLink/ReleaseLink.16_9.tsx +++ b/app/components/ReleaseLink/ReleaseLink.16_9.tsx @@ -93,9 +93,14 @@ export const ReleaseLink169 = (props: any) => { )} -

- {props.title_ru} -

+
+

+ {props.title_ru} +

+

+ {props.description} +

+