Merge pull request #2009 from 0xProject/feature/website/remove-zeip-vote-banner

Removed Banner
This commit is contained in:
David Sun
2019-07-29 11:29:32 -07:00
committed by GitHub

View File

@@ -7,11 +7,11 @@ import { LandingAnimation } from 'ts/components/heroImage';
import { HeroAnimation } from 'ts/components/heroAnimation';
import { WebsitePaths } from 'ts/types';
const announcement = {
headline: 'Vote on ZEIP-24 & ZEIP-39',
href: '/vote',
shouldOpenInNewTab: false,
};
// const announcement = {
// headline: 'Vote on ZEIP-24 & ZEIP-39',
// href: '/vote',
// shouldOpenInNewTab: false,
// };
export const SectionLandingHero = () => (
<Hero
@@ -21,7 +21,7 @@ export const SectionLandingHero = () => (
description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain."
figure={<LandingAnimation image={<HeroAnimation />} />}
actions={<HeroActions />}
announcement={announcement}
// announcement={announcement}
/>
);