Update name to be a call to action

This commit is contained in:
Fabio Berger 2017-12-15 11:06:18 -06:00
parent 94f40a54b4
commit 484dd4c33a

View File

@ -56,7 +56,7 @@ export class PortalMenu extends React.Component<PortalMenuProps, PortalMenuState
to={`${WebsitePaths.Portal}/weth`}
onClick={this.props.onClick.bind(this)}
>
{this.renderMenuItemWithIcon('ETH wrapper', 'zmdi-circle-o')}
{this.renderMenuItemWithIcon('Wrap ETH', 'zmdi-circle-o')}
</MenuItem>
</div>
);