diff --git a/index.html b/index.html index 0d0cd71b..c04c3718 100644 --- a/index.html +++ b/index.html @@ -11,14 +11,14 @@ content="Wonderland is the largest core development group in Web3. We partner up with the best protocols in the world, including, among others: Optimism, Connext, and Reflexer." /> - + diff --git a/src/components/common/DocumentHead.tsx b/src/components/common/DocumentHead.tsx index ff2472d7..5f0d1865 100644 --- a/src/components/common/DocumentHead.tsx +++ b/src/components/common/DocumentHead.tsx @@ -10,10 +10,10 @@ export const DocumentHead = ({ name, description, image }: Props) => { return ( {name} - Wonderland + {description && } + - - {description && } {description && } {image && } diff --git a/src/pages/Landing/Intro.tsx b/src/pages/Landing/Intro.tsx index 6e582d51..4e9dc71c 100644 --- a/src/pages/Landing/Intro.tsx +++ b/src/pages/Landing/Intro.tsx @@ -4,7 +4,7 @@ import styled from 'styled-components'; import { Footer, Navbar, StarsBackground } from '~/containers'; import { Landing } from './Landing'; import { Intro } from './IntroMask/Intro'; -import { MOBILE_MAX_WIDTH } from '~/components/common'; +import { DocumentHead, MOBILE_MAX_WIDTH } from '~/components/common'; import { useStateContext } from '~/hooks/useStateContext'; export interface StyledContainerProps { @@ -26,6 +26,12 @@ export function IntroductionPage() { return ( <> + + {isLoaded && ( <>