12345678910111213141516171819202122232425262728293031323334353637 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`IndexPage page renders correctly 1`] = `
- <BaseLayout
- t={[Function]}
- >
- <SiteMetadata
- description="landing.siteMetadata.description"
- image="test-file-stub"
- lang="en"
- meta={Array []}
- title="siteMetadata.title"
- />
- <Hero
- statusData={null}
- t={[Function]}
- />
- <BecomeFoundingMember
- t={[Function]}
- />
- <WhatWeDo
- t={[Function]}
- />
- <WhyYouShouldJoin
- t={[Function]}
- />
- <ExploreJoystream
- t={[Function]}
- />
- <RoadToMainnet
- t={[Function]}
- />
- <EarnTokens
- t={[Function]}
- />
- </BaseLayout>
- `;
|