From 723b620749decc48e77acd672fecb9dcc6d751e1 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sun, 18 Aug 2024 13:32:22 +0500 Subject: [PATCH] fix: too long description previews --- app/components/CollectionLink/CollectionLink.tsx | 4 ++-- app/components/ReleaseLink/ReleaseLink.16_9.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/CollectionLink/CollectionLink.tsx b/app/components/CollectionLink/CollectionLink.tsx index fc72272..f500c54 100644 --- a/app/components/CollectionLink/CollectionLink.tsx +++ b/app/components/CollectionLink/CollectionLink.tsx @@ -33,11 +33,11 @@ export const CollectionLink = (props: any) => { )}
-

+

{props.title}

- {props.description} + {props.description.substring(0, 300)}

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

+

{props.title_ru}