Skip to content

Commit 6550a42

Browse files
committed
fix: gho deleted from safety mode
1 parent 930dc79 commit 6550a42

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/ConnectWalletPaperStaking.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ export const ConnectWalletPaperStaking = ({
4646
)}
4747
</Typography>
4848
<ConnectWalletButton funnel={'Staking page'} />
49-
<Grid container spacing={1} pt={6} sx={{ maxWidth: '758px', textAlign: 'right' }}>
50-
<Grid item xs={12} md={4}>
51-
<StakingPanelNoWallet stakedToken={'GHO'} icon={'gho'} />
52-
</Grid>
49+
<Grid
50+
container
51+
spacing={1}
52+
pt={6}
53+
sx={{ maxWidth: '758px', textAlign: 'right', justifyContent: 'center' }}
54+
>
5355
<Grid item xs={12} md={4}>
5456
<StakingPanelNoWallet stakedToken={'AAVE'} icon={'aave'} />
5557
</Grid>

0 commit comments

Comments
 (0)