import * as React from 'react'; import { Link as ReactRouterLink } from 'react-router-dom'; import styled from 'styled-components'; import { Column, Section, Wrap } from 'ts/@next/components/layout'; import { SiteWrap } from 'ts/@next/components/siteWrap'; import { Heading, Paragraph } from 'ts/@next/components/text'; export const NextAboutPress = () => (
Our Mission Team Press Jobs Press Highlights Want to write about 0x? Get in touch, or download our press kit. Fortune The difference is that 0x is decentralized, operating as a series of anonymous nodes... Read Article Fortune The difference is that 0x is decentralized, operating as a series of anonymous nodes... Read Article Fortune The difference is that 0x is decentralized, operating as a series of anonymous nodes... Read Article Fortune The difference is that 0x is decentralized, operating as a series of anonymous nodes... Read Article
); const ChapterLink = styled(ReactRouterLink)` font-size: 1.222222222rem; display: block; opacity: 0.8; margin-bottom: 1.666666667rem; &:first-child { opacity: 1; } &:hover { opacity: 1; } `;