|
|
@ -285,11 +285,6 @@ export function UniversalDappUI(props: UdappProps) { |
|
|
|
<div className="py-2 border-top d-flex justify-content-start flex-grow-1"> |
|
|
|
<div className="py-2 border-top d-flex justify-content-start flex-grow-1"> |
|
|
|
<FormattedMessage id="udapp.lowLevelInteractions" /> |
|
|
|
<FormattedMessage id="udapp.lowLevelInteractions" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* <CustomTooltip placement={'bottom-end'} tooltipClasses="text-wrap" tooltipId="receiveEthDocstoolTip" tooltipText={<FormattedMessage id="udapp.tooltipText8" />}> |
|
|
|
|
|
|
|
<a href="https://solidity.readthedocs.io/en/v0.6.2/contracts.html#receive-ether-function" target="_blank" rel="noreferrer"> |
|
|
|
|
|
|
|
<i aria-hidden="true" className="fas fa-info my-2 mr-1"></i> |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</CustomTooltip> */} |
|
|
|
|
|
|
|
<LowLevelInteractionIcon /> |
|
|
|
<LowLevelInteractionIcon /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="d-flex flex-column align-items-start"> |
|
|
|
<div className="d-flex flex-column align-items-start"> |
|
|
|