tooltip update

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent 219f4e25b7
commit 1a06c92b53
  1. 2
      apps/etherscan/src/app/components/SubmitButton.tsx

@ -23,7 +23,7 @@ export const SubmitButton: React.FC<Props> = ({
disabled={disable}
>
<CustomTooltip
tooltipText={disable ? "Fill the fields with valid values" : "Click to proceed"}
tooltipText={disable ? "Fill in the valid value(s) and select a supported network" : "Click to proceed"}
tooltipId={'etherscan-submit-button-'+ dataId}
tooltipTextClasses="border bg-light text-dark p-1 pr-3"
placement='bottom'

Loading…
Cancel
Save