From 05c911e6853d7770dfb376807bea685c827795f6 Mon Sep 17 00:00:00 2001 From: Daniil Polienko Date: Thu, 21 Nov 2024 16:13:50 +0300 Subject: [PATCH] fix: hide read more on desktop --- apps/landing/components/sections/About.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/landing/components/sections/About.tsx b/apps/landing/components/sections/About.tsx index 8d5eb90f..ce43f13e 100644 --- a/apps/landing/components/sections/About.tsx +++ b/apps/landing/components/sections/About.tsx @@ -14,12 +14,14 @@ export function About(): ReactElement { }}>

- {'WTF IS YEARN VAULT?'} + {'WTF IS A YEARN VAULT?'}

{ @@ -38,16 +40,16 @@ export function About(): ReactElement {

- {'Unlike a bank account - none of this takes place behind closed doors (no offence to doors).'} + {'Unlike a bank account - none of this takes place behind closed doors (no offence to doors). '} { - 'DeFiruns on public blockchains, so you are in control of your assets and can see where they are' + 'DeFi runs on public blockchains, so you are in control of your assets and can see where they are' } {'at all times.'}

{isReadMore ? null : (