diff --git a/package.json b/package.json index cd78b43..5922724 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.7.19", + "version": "0.7.20", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/TreasuryDashboard/components/ProtocolDetails.jsx b/src/containers/TreasuryDashboard/components/ProtocolDetails.jsx index 474d8b6..5fd7521 100644 --- a/src/containers/TreasuryDashboard/components/ProtocolDetails.jsx +++ b/src/containers/TreasuryDashboard/components/ProtocolDetails.jsx @@ -120,7 +120,7 @@ const ProtocolDetails = ({ chainId, isMobileScreen, theme, }) => { url={`/${networkName.toLowerCase()}/bonds`} name="(1, 1) Bond" sideName={maxBondDiscountTest} - description={`Bonding strategy grows Treasury and builds Protocol Owned Liquidity (POL) by allowing usersto acquire ${csprSymbol} at a discount. Take advantage of the next available bond.`} + description={`Bonding strategy grows Treasury and builds Protocol Owned Liquidity (POL) by allowing users to acquire ${csprSymbol} at a discount. Take advantage of the next available bond.`} /> { url={`/${networkName.toLowerCase()}/bridge`} name={`${bridgeNumbers} Stake\u00B2`} sideName={`${formatNumber(apyInner * gatekeepedApy, 0)}% APY`} - description={`Staking\u00B2 strategy further deepens long-term incentives powered by sustainable cross-chain bridging revenue. ${bridgeNumbers} Stake\u00B2 your ${csprSymbol} to receive organic APY with no warmup and dillution.`} + description={`Staking\u00B2 strategy further deepens long-term incentives powered by sustainable crosschain bridging revenue. ${bridgeNumbers} Stake\u00B2 your ${csprSymbol} to receive organic APY with no warmup and no dilution.`} />