remove typos from the breakout modal
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
b022a3c64c
commit
7a14ace641
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.30",
|
"version": "0.7.31",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -194,7 +194,7 @@ const BridgeView = ({
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<Box display="flex" justifyContent="center" flexDirection="column" alignItems="center">
|
<Box display="flex" justifyContent="center" flexDirection="column" alignItems="center">
|
||||||
<Box width="100%" display="flex" justifyContent="row" justifyContent="space-between">
|
<Box width="100%" display="flex" flexDirection="row" justifyContent="space-between">
|
||||||
<Typography variant="body2">Gatekeeper</Typography>
|
<Typography variant="body2">Gatekeeper</Typography>
|
||||||
<Link
|
<Link
|
||||||
fontSize="12px"
|
fontSize="12px"
|
||||||
@ -208,11 +208,11 @@ const BridgeView = ({
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Link>
|
</Link>
|
||||||
</Box>
|
</Box>
|
||||||
<Box width="100%" display="flex" justifyContent="row" justifyContent="space-between">
|
<Box width="100%" display="flex" flexDirection="row" justifyContent="space-between">
|
||||||
<Typography variant="body2">Bridge Fee</Typography>
|
<Typography variant="body2">Bridge Fee</Typography>
|
||||||
<Typography variant="body2">{formatNumber(incomingFee, 4)}%</Typography>
|
<Typography variant="body2">{formatNumber(incomingFee, 4)}%</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Box width="100%" display="flex" justifyContent="row" justifyContent="space-between">
|
<Box width="100%" display="flex" flexDirection="row" justifyContent="space-between">
|
||||||
<Typography variant="body2">Est. Time</Typography>
|
<Typography variant="body2">Est. Time</Typography>
|
||||||
<Typography variant="body2">20 mins</Typography>
|
<Typography variant="body2">20 mins</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user