fix some text namings
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
126a890999
commit
30a78327cc
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.5.10",
|
"version": "0.5.11",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -68,7 +68,7 @@ const Governance = ({ connect, config, address, chainId }) => {
|
|||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Divider sx={{ marginTop: "30px" }} />
|
<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 />
|
<Divider />
|
||||||
|
|
||||||
<Box mt="15px" display="flex" flexDirection="column" alignItems="center" justifyContent="center">
|
<Box mt="15px" display="flex" flexDirection="column" alignItems="center" justifyContent="center">
|
||||||
|
|||||||
@ -66,7 +66,7 @@ const NewProposal = ({ config, address, connect, chainId }) => {
|
|||||||
closeModal={() => setIsModalOpened(false)}
|
closeModal={() => setIsModalOpened(false)}
|
||||||
/>
|
/>
|
||||||
<Box>
|
<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
|
<Container
|
||||||
style={{
|
style={{
|
||||||
paddingLeft: isSmallScreen || isVerySmallScreen ? "0" : "3.3rem",
|
paddingLeft: isSmallScreen || isVerySmallScreen ? "0" : "3.3rem",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user