diff --git a/apps/common/components/ModalMobileMenu.tsx b/apps/common/components/ModalMobileMenu.tsx index e8fe74ab..473c423b 100644 --- a/apps/common/components/ModalMobileMenu.tsx +++ b/apps/common/components/ModalMobileMenu.tsx @@ -97,8 +97,7 @@ export function ModalMobileMenu(props: TModalMobileMenu): ReactElement { className={'fixed inset-0 overflow-y-auto md:hidden'} style={{zIndex: 88}} onClose={onClose}> -
+
@@ -132,6 +131,7 @@ export function ModalMobileMenu(props: TModalMobileMenu): ReactElement {
@@ -140,7 +140,7 @@ export function ModalMobileMenu(props: TModalMobileMenu): ReactElement { background: 'linear-gradient(180deg, rgba(12, 12, 12, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%)' }} - className={'flex h-[calc(100vh-88px)] flex-col justify-end px-6 pb-[66px]'}> + className={'flex h-[calc(100vh-88px)] w-full flex-col justify-end px-6 pb-[66px]'}>
diff --git a/apps/landing/components/common/Button.tsx b/apps/landing/components/common/Button.tsx index 25114edc..3d1d4aab 100644 --- a/apps/landing/components/common/Button.tsx +++ b/apps/landing/components/common/Button.tsx @@ -15,7 +15,7 @@ export function Button( return ( ); diff --git a/apps/landing/components/common/EarnCard.tsx b/apps/landing/components/common/EarnCard.tsx index b22520a0..3dbfcfaf 100644 --- a/apps/landing/components/common/EarnCard.tsx +++ b/apps/landing/components/common/EarnCard.tsx @@ -17,7 +17,7 @@ export function EarnCard(props: {title: string; info: string; logoSrc: string; h className={'group relative z-30 flex h-full overflow-hidden rounded-lg border border-[#292929] p-6'}>
-

{props.title}

+

{props.title}

{props.info}

diff --git a/apps/landing/components/common/Header.tsx b/apps/landing/components/common/Header.tsx index c15b508b..89fed5fd 100644 --- a/apps/landing/components/common/Header.tsx +++ b/apps/landing/components/common/Header.tsx @@ -64,6 +64,7 @@ export function LandingAppHeader(): ReactElement {
diff --git a/apps/landing/components/sections/About.tsx b/apps/landing/components/sections/About.tsx index 44b428a1..d999399d 100644 --- a/apps/landing/components/sections/About.tsx +++ b/apps/landing/components/sections/About.tsx @@ -13,10 +13,7 @@ export function About(): ReactElement { backgroundPosition: 'center' }}>
-

+

{'WTF IS YEARN VAULT?'}

{props.title}
{props.description}
- - {'Read more'} - +
+ + {'Read more'} + + {isHovering && } +
); } diff --git a/apps/landing/components/sections/Hero.tsx b/apps/landing/components/sections/Hero.tsx index 490fc864..d1c1e8c5 100644 --- a/apps/landing/components/sections/Hero.tsx +++ b/apps/landing/components/sections/Hero.tsx @@ -125,14 +125,14 @@ export function Hero(): ReactElement { 'relative mx-6 mt-6 flex h-[568px] w-[2365px] max-w-[2352px] flex-col items-center self-center rounded-lg border border-[#292929]' }> -
+

{'THE DEFI WAY'}

{'TO EARN ON CRYPTO'}

{'Yearn is DeFi’s longest running, most battle tested, and most trusted yield protocol.'}

-
+