MyCrypto/spec/pages/__snapshots__/ENS.spec.tsx.snap

35 lines
923 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`snapshot test ENS component 1`] = `
<Connect(WebTemplate)
isUnavailableOffline={true}
>
<div
className="Tab-content"
>
<section
className="Tab-content-pane"
>
<div
className="ENS"
>
<h1
className="ENS-title"
>
Ethereum Name Service
</h1>
<p
className="ENS-description"
>
<TranslateMarkdown
source="The [Ethereum Name Service](https://ens.readthedocs.io/en/latest/introduction.html) (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain. Once you have a name, you can tell your friends to send ETH to \`ensdomain.eth\` instead of \`0x4bbeEB...\`"
/>
</p>
<Connect(NameInput) />
</div>
</section>
<Connect(NameResolve) />
</div>
</Connect(WebTemplate)>
`;