add announcement
This commit is contained in:
parent
c59d886662
commit
b79bc6bab9
@ -7,6 +7,12 @@ import { LandingAnimation } from 'ts/components/heroImage';
|
|||||||
import { HeroAnimation } from 'ts/components/heroAnimation';
|
import { HeroAnimation } from 'ts/components/heroAnimation';
|
||||||
import { WebsitePaths } from 'ts/types';
|
import { WebsitePaths } from 'ts/types';
|
||||||
|
|
||||||
|
const announcement = {
|
||||||
|
headline: 'Vote on ZEIP-24 & ZEIP-39',
|
||||||
|
href: '/vote',
|
||||||
|
shouldOpenInNewTab: false,
|
||||||
|
};
|
||||||
|
|
||||||
export const SectionLandingHero = () => (
|
export const SectionLandingHero = () => (
|
||||||
<Hero
|
<Hero
|
||||||
title="Powering Decentralized Exchange"
|
title="Powering Decentralized Exchange"
|
||||||
@ -15,6 +21,7 @@ export const SectionLandingHero = () => (
|
|||||||
description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain."
|
description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain."
|
||||||
figure={<LandingAnimation image={<HeroAnimation />} />}
|
figure={<LandingAnimation image={<HeroAnimation />} />}
|
||||||
actions={<HeroActions />}
|
actions={<HeroActions />}
|
||||||
|
announcement={announcement}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user