We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eca91 commit 604b029Copy full SHA for 604b029
apps/frontend/src/components/launches/web3/providers/wrapcaster.provider.tsx
@@ -34,6 +34,7 @@ export const WrapcasterProvider: FC<Web3ProviderInterface> = (props) => {
34
</div>
35
) : (
36
<div className="justify-center items-center py-[20px] flex-col w-[500px]">
37
+ <div>Click on the bottom below to start the process</div>
38
<ButtonCaster login={auth} />
39
40
)}
0 commit comments