diff --git a/package-lock.json b/package-lock.json index febeb9d6..34cd54a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-staking", - "version": "0.3.16", + "version": "0.3.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-staking", - "version": "0.3.16", + "version": "0.3.17", "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 3f42bded..fb5e35d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-staking", - "version": "0.3.16", + "version": "0.3.17", "private": true, "scripts": { "dev": "next dev", diff --git a/src/app/components/UnbondingDisabledBanner/UnbondingDisabledBanner.tsx b/src/app/components/UnbondingDisabledBanner/UnbondingDisabledBanner.tsx index f04dcfba..c44085eb 100644 --- a/src/app/components/UnbondingDisabledBanner/UnbondingDisabledBanner.tsx +++ b/src/app/components/UnbondingDisabledBanner/UnbondingDisabledBanner.tsx @@ -9,7 +9,7 @@ interface UnbondingDisabledBannerProps {} export const UnbondingDisabledBanner: FC = () => { if (!shouldDisableUnbonding()) return null; - const { network, coinName } = getNetworkConfig(); + const { network } = getNetworkConfig(); return (
@@ -23,10 +23,10 @@ export const UnbondingDisabledBanner: FC = () => { Unbonding disabled during Phase-2 {network} Transition : - {" "} + To support a smooth transition of the {network} to Phase-2, - on-demand unbonding has been disabled until the phase-2 {network} + on-demand unbonding has been disabled until the phase-2 {network}{" "} launch.