From a56503541868f8a06ad4f0f92f9c0e35250e76f0 Mon Sep 17 00:00:00 2001 From: wjrjerome Date: Tue, 26 Nov 2024 12:49:32 +1100 Subject: [PATCH] update the workding for the unbonding button --- package-lock.json | 4 ++-- package.json | 2 +- src/app/components/Delegations/Delegation.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8470b686..61d3665f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-staking", - "version": "0.3.12", + "version": "0.3.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-staking", - "version": "0.3.12", + "version": "0.3.13", "dependencies": { "@babylonlabs-io/btc-staking-ts": "0.3.0", "@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3", diff --git a/package.json b/package.json index 35aa0848..3d646b32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-staking", - "version": "0.3.12", + "version": "0.3.13", "private": true, "scripts": { "dev": "next dev", diff --git a/src/app/components/Delegations/Delegation.tsx b/src/app/components/Delegations/Delegation.tsx index 0b91605d..ae0c93cb 100644 --- a/src/app/components/Delegations/Delegation.tsx +++ b/src/app/components/Delegations/Delegation.tsx @@ -69,7 +69,7 @@ export const Delegation: React.FC = ({ data-tooltip-id="tooltip-unbonding" data-tooltip-content={ shouldDisableUnbonding() - ? "Unbonding is temporarily disabled" + ? "Unbonding temporarily unavailable" : "" } data-tooltip-place="left"