remove typos from the breakout modal

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-04-28 16:14:25 +03:00
parent b022a3c64c
commit 7a14ace641
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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>