fix some text namings

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-02-12 15:18:52 +03:00
parent 126a890999
commit 30a78327cc
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ghost-dao-interface",
"private": true,
"version": "0.5.10",
"version": "0.5.11",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -68,7 +68,7 @@ const Governance = ({ connect, config, address, chainId }) => {
</Grid>
<Divider sx={{ marginTop: "30px" }} />
<Box display="flex" justifyContent="center">Claimes for locked funds could be here</Box>
<Box display="flex" justifyContent="center">Redeem Collateral</Box>
<Divider />
<Box mt="15px" display="flex" flexDirection="column" alignItems="center" justifyContent="center">

View File

@ -66,7 +66,7 @@ const NewProposal = ({ config, address, connect, chainId }) => {
closeModal={() => setIsModalOpened(false)}
/>
<Box>
<PageTitle name="Create Proposal" subtitle="Cool text describing what's goinf on there" />
<PageTitle name="Create Proposal" subtitle="Submit your proposal to strengthen the DAO" />
<Container
style={{
paddingLeft: isSmallScreen || isVerySmallScreen ? "0" : "3.3rem",