diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-08-31 02:44:09 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-08-31 02:44:09 +0800 |
commit | 0368de701fa2443a2537d5ea6cb35bdce1ade638 (patch) | |
tree | 6c2f489cfc06334cab27640dffb39927b042edbf /packages | |
parent | f5e7b7e7e0b1a2121a331c511431360647669a78 (diff) | |
download | dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.tar dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.tar.gz dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.tar.bz2 dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.tar.lz dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.tar.xz dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.tar.zst dexon-sol-tools-0368de701fa2443a2537d5ea6cb35bdce1ade638.zip |
Added todo comments for missing items
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/pages/landing/landing.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/pages/landing/landing.tsx b/packages/website/ts/pages/landing/landing.tsx index b32526bba..0aa9693a4 100644 --- a/packages/website/ts/pages/landing/landing.tsx +++ b/packages/website/ts/pages/landing/landing.tsx @@ -41,6 +41,7 @@ interface Project { const THROTTLE_TIMEOUT = 100; const WHATS_NEW_TITLE = 'V2 of the 0x Protocol is now live!'; +// TODO: Update this url const WHATS_NEW_URL = 'https://blog.0xproject.com/18-ideas-for-0x-relayers-in-2018-80a1498b955f'; const TITLE_STYLE: React.CSSProperties = { fontFamily: 'Roboto Mono', @@ -496,7 +497,7 @@ export class Landing extends React.Component<LandingProps, LandingState> { { title: this.props.translate.get(Key.BenefitThreeTitle, Deco.Cap), description: this.props.translate.get(Key.BenefitThreeDescription, Deco.Cap), - imageUrl: '/images/landing/open_source.png', + imageUrl: '/images/landing/open_source.png', // TODO: Update this url classNames: 'right', }, ]; |