From b79bc6bab935998f0c5b6ed45b1f322b27dec16d Mon Sep 17 00:00:00 2001 From: David Sun Date: Mon, 22 Jul 2019 12:45:46 -0700 Subject: [PATCH] add announcement --- packages/website/ts/components/sections/landing/hero.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/website/ts/components/sections/landing/hero.tsx b/packages/website/ts/components/sections/landing/hero.tsx index 4897572863..31b75f4cbd 100644 --- a/packages/website/ts/components/sections/landing/hero.tsx +++ b/packages/website/ts/components/sections/landing/hero.tsx @@ -7,6 +7,12 @@ 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, +}; + export const SectionLandingHero = () => ( ( description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain." figure={} />} actions={} + announcement={announcement} /> );