diff --git a/apps/etherscan/src/app/components/SubmitButton.tsx b/apps/etherscan/src/app/components/SubmitButton.tsx index 007fff399c..ed7ff51877 100644 --- a/apps/etherscan/src/app/components/SubmitButton.tsx +++ b/apps/etherscan/src/app/components/SubmitButton.tsx @@ -1,4 +1,5 @@ import React from "react" +import { CustomTooltip } from '@remix-ui/helper' interface Props { text: string @@ -14,26 +15,33 @@ export const SubmitButton: React.FC = ({ disable = true }) => { return ( - +
+ +
+ ) } diff --git a/apps/etherscan/src/app/views/VerifyView.tsx b/apps/etherscan/src/app/views/VerifyView.tsx index 1ead43f0e7..31947b107f 100644 --- a/apps/etherscan/src/app/views/VerifyView.tsx +++ b/apps/etherscan/src/app/views/VerifyView.tsx @@ -189,7 +189,7 @@ export const VerifyView: React.FC = ({ ? true : false} /> -

+
= ({