feat: start button
This commit is contained in:
parent
87eca91b9b
commit
604b029a9d
|
|
@ -34,6 +34,7 @@ export const WrapcasterProvider: FC<Web3ProviderInterface> = (props) => {
|
|||
</div>
|
||||
) : (
|
||||
<div className="justify-center items-center py-[20px] flex-col w-[500px]">
|
||||
<div>Click on the bottom below to start the process</div>
|
||||
<ButtonCaster login={auth} />
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue