import { NewTabLink } from 'components/ui'; import React from 'react'; import translate from 'translations'; const ENSDocsLink = () => ( ); const ENSTitle = () => (

{translate('NAV_ENS')}

The 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{' '} mewtopia.eth instead of 0x7cB57B5A97eAbe942......

); export default ENSTitle;