fix tooltip text

pull/3137/head
Joseph Izang 2 years ago
parent 83b95f27b9
commit 51f0cbad23
  1. 2
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -336,7 +336,7 @@ export function UniversalDappUI (props: UdappProps) {
placement={"bottom-end"} placement={"bottom-end"}
tooltipClasses="text-wrap" tooltipClasses="text-wrap"
tooltipId="receiveEthDocstoolTip" tooltipId="receiveEthDocstoolTip"
tooltipText={"check out docs for using 'receive'/'fallback'"} tooltipText={"Click for docs about using 'receive'/'fallback'"}
> >
<a <a
href="https://solidity.readthedocs.io/en/v0.6.2/contracts.html#receive-ether-function" href="https://solidity.readthedocs.io/en/v0.6.2/contracts.html#receive-ether-function"

Loading…
Cancel
Save