fix tooltip text

pull/5370/head
Joseph Izang 2 years ago
parent 4ceaa98cae
commit fd40600770
  1. 2
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

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

Loading…
Cancel
Save