import * as _ from 'lodash'; import * as React from 'react'; import styled from 'styled-components'; import { Button } from 'ts/components/button'; import { DocumentTitle } from 'ts/components/document_title'; import { Column, Section } from 'ts/components/newLayout'; import { SiteWrap } from 'ts/components/siteWrap'; import { Heading, Paragraph } from 'ts/components/text'; import { constants } from 'ts/utils/constants'; import { documentConstants } from 'ts/utils/document_meta_constants'; export const VotePlaceholder = () => (
Come back on February 18th to vote 0x is conducting a vote on ZEIP-23, which adds the ability to trade bundles of ERC-20 and ERC-721 tokens via the 0x protocol. Integrating ZEIP-23 requires a modification to the protocol’s smart contract pipeline, which has access to live digital assets. All ZRX token holders have the right to vote on this improvement proposal.
); const LinkWrap = styled.div` display: inline-flex; margin-top: 60px; a + a { margin-left: 60px; } `;