Update name to be a call to action
This commit is contained in:
parent
94f40a54b4
commit
484dd4c33a
@ -56,7 +56,7 @@ export class PortalMenu extends React.Component<PortalMenuProps, PortalMenuState
|
|||||||
to={`${WebsitePaths.Portal}/weth`}
|
to={`${WebsitePaths.Portal}/weth`}
|
||||||
onClick={this.props.onClick.bind(this)}
|
onClick={this.props.onClick.bind(this)}
|
||||||
>
|
>
|
||||||
{this.renderMenuItemWithIcon('ETH wrapper', 'zmdi-circle-o')}
|
{this.renderMenuItemWithIcon('Wrap ETH', 'zmdi-circle-o')}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user