From 112940e7b1df16f1233d5e7b130d8a48a4c1741a 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 18ec9cad62..66dbd98c95 100644 --- a/documentation/docs/components/landing-page.tsx +++ b/documentation/docs/components/landing-page.tsx @@ -103,10 +103,18 @@ export const LandingPage = () => { {square.text} - - {isTablet && !isDesktop - ? shortenDescription(square.description) - : square.description} + + + {square.description}