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",
|
||||
"private": true,
|
||||
"version": "0.7.30",
|
||||
"version": "0.7.31",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -194,7 +194,7 @@ const BridgeView = ({
|
||||
/>
|
||||
|
||||
<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>
|
||||
<Link
|
||||
fontSize="12px"
|
||||
@ -208,11 +208,11 @@ const BridgeView = ({
|
||||
</Typography>
|
||||
</Link>
|
||||
</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">{formatNumber(incomingFee, 4)}%</Typography>
|
||||
</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">20 mins</Typography>
|
||||
</Box>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user