feat: start button

This commit is contained in:
Nevo David 2026-01-18 09:44:22 +07:00
parent 87eca91b9b
commit 604b029a9d
1 changed files with 1 additions and 0 deletions

View File

@ -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>
)}