Added todo comments for missing items

This commit is contained in:
Brandon Millman
2018-08-30 11:44:09 -07:00
parent f5e7b7e7e0
commit 0368de701f

View File

@@ -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',
},
];