From c06d52f2d7d25cd7c3c4fb7f6c857589665b9e60 Mon Sep 17 00:00:00 2001 From: Yana Date: Tue, 29 Oct 2024 17:30:59 +0200 Subject: [PATCH] hide text on laptop wide screen --- documentation/docs/components/landing-page.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx index 1c61c540a2..83f27c51a0 100644 --- a/documentation/docs/components/landing-page.tsx +++ b/documentation/docs/components/landing-page.tsx @@ -107,10 +107,18 @@ export const LandingPage = () => { {square.text} - - {isTablet && !isDesktop - ? shortenDescription(square.description) - : square.description} + + + {square.description}