From 62d7428d507f7762d2849be6b3e2718374b251b4 Mon Sep 17 00:00:00 2001 From: babalicious-io Date: Wed, 19 Feb 2025 15:25:51 +0100 Subject: [PATCH] deploy tool - missing button text --- islands/stamping/src20/deploy/DeployContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/islands/stamping/src20/deploy/DeployContent.tsx b/islands/stamping/src20/deploy/DeployContent.tsx index 8a97006a..dedc6b66 100644 --- a/islands/stamping/src20/deploy/DeployContent.tsx +++ b/islands/stamping/src20/deploy/DeployContent.tsx @@ -462,6 +462,7 @@ export function DeployContent( onRefresh={fetchFees} isSubmitting={isSubmitting} onSubmit={handleSubmitWithUpload} + buttonName={isConnected ? "DEPLOY" : "CONNECT WALLET"} isConnected tosAgreed={tosAgreed} onTosChange={setTosAgreed}