pull/3663/head
Aniket-Engg 2 years ago committed by Aniket
parent 8f650924bd
commit 908ed04889
  1. 2
      apps/etherscan/src/app/components/SubmitButton.tsx

@ -23,7 +23,7 @@ export const SubmitButton: React.FC<Props> = ({
<div> <div>
<button <button
data-id={dataId} data-id={dataId}
style={{ padding: "0.25rem 0.4rem", marginRight: "0.5em", pointerEvents: 'none' }} style={{ padding: "0.25rem 0.4rem", marginRight: "0.5em" }}
type="submit" type="submit"
className="btn btn-primary btn-block text-decoration-none" className="btn btn-primary btn-block text-decoration-none"
disabled={disable} disabled={disable}

Loading…
Cancel
Save