remove title

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent 505ec7116a
commit b117d1ab2f
  1. 1
      apps/etherscan/src/app/components/SubmitButton.tsx

@ -20,7 +20,6 @@ export const SubmitButton: React.FC<Props> = ({
type="submit"
className="btn btn-primary"
disabled={disable}
title={disable ? "Fill all the fields with valid values" : "Click to proceed"}
>
{!isSubmitting && text}

Loading…
Cancel
Save