Skip to content

Commit b7b307b

Browse files
authored
Merge pull request #8 from telosnetwork/remove-faq-link
remove faq link from address
2 parents 6e572f7 + e84cb2b commit b7b307b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/features/bridge/ui/AccountModal.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ export const AccountModal = observer(({title = 'Connect Wallet', ...props}: Acco
6161
</WalletGroup>
6262
))}
6363
</Box>
64-
<Box sx={{mt: 'auto', pb: 2}}>
65-
<Box component='span' typography='p3' sx={{mr: 0.5}} color='text.secondary'>
66-
Is this your first time?
67-
</Box>
68-
<Box component='a' href='/faq' color='primary.main' typography='p3'>
69-
Learn more
70-
</Box>
71-
</Box>
7264
</Tabs.Tab>
7365
<Tabs.Tab title={WalletTab.TRANSACTIONS}>
7466
<Box sx={{width: '100%'}}>

0 commit comments

Comments
 (0)