From 2fca4651cc53e2387a2f0db07f3eb6e698c8b10b Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Wed, 8 Jul 2026 12:50:35 +0300 Subject: [PATCH] change page titles Signed-off-by: Uncle Fatso --- package.json | 2 +- src/containers/Bond/Bonds.jsx | 2 +- src/containers/Bridge/Bridge.jsx | 2 +- src/containers/Dex/Dex.jsx | 5 +++-- src/containers/Governance/Governance.jsx | 2 +- src/containers/Governance/NewProposal.jsx | 2 +- src/containers/Governance/ProposalDetails.jsx | 2 +- src/containers/Stake/StakeContainer.jsx | 2 +- src/containers/TreasuryDashboard/TreasuryDashboard.jsx | 2 +- 9 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index db06114..994f8f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.7.49", + "version": "0.7.50", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Bond/Bonds.jsx b/src/containers/Bond/Bonds.jsx index db1aee9..a5677fd 100644 --- a/src/containers/Bond/Bonds.jsx +++ b/src/containers/Bond/Bonds.jsx @@ -49,7 +49,7 @@ const Bonds = ({ chainId, address, connect }) => { return ( - + { return ( <> - + { const [tokenAddressTop, setTokenAddressTop] = useState(EMPTY_ADDRESS); const [tokenAddressBottom, setTokenAddressBottom] = useState(FTSO_ADDRESSES[chainId]); + const { symbol: ftsoSymbol } = useTokenSymbol(chainId, "FTSO"); const { symbol: tokenNameTopInner } = useTokenSymbol(chainId, tokenAddressTop); const { symbol: tokenNameBottomInner } = useTokenSymbol(chainId, tokenAddressBottom); @@ -240,8 +241,8 @@ const Dex = ({ chainId, address, connect, config }) => { { return ( - + { closeModal={() => setIsModalOpened(false)} /> - + { name={`GDP-${id.slice(-5)}`} subtitle={ - {`Cast $${ghstSymbol} to shape this proposal's outcome`} + {`Cast ${ghstSymbol} to shape this proposal's outcome`} } /> diff --git a/src/containers/Stake/StakeContainer.jsx b/src/containers/Stake/StakeContainer.jsx index 1c8c81b..ae803e4 100644 --- a/src/containers/Stake/StakeContainer.jsx +++ b/src/containers/Stake/StakeContainer.jsx @@ -50,7 +50,7 @@ export const StakeContainer = ({ chainId, address, connect }) => { return ( - + { return ( <> - +