Skip to content

Commit 604b029

Browse files
committed
feat: start button
1 parent 87eca91 commit 604b029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/launches/web3/providers/wrapcaster.provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const WrapcasterProvider: FC<Web3ProviderInterface> = (props) => {
3434
</div>
3535
) : (
3636
<div className="justify-center items-center py-[20px] flex-col w-[500px]">
37+
<div>Click on the bottom below to start the process</div>
3738
<ButtonCaster login={auth} />
3839
</div>
3940
)}

0 commit comments

Comments
 (0)