From 071edc0d105b6d77340b3b88f26373c98fb73998 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sun, 18 Aug 2024 12:13:51 +0500 Subject: [PATCH] feat: add description to release and collection cards --- .../CollectionLink/CollectionLink.tsx | 21 ++++++++++++++----- .../ReleaseLink/ReleaseLink.16_9.tsx | 11 +++++++--- 2 files changed, 24 insertions(+), 8 deletions(-) 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} +

+