Skip to content

Commit

Permalink
Merge pull request #8 from telosnetwork/remove-faq-link
Browse files Browse the repository at this point in the history
remove faq link from address
  • Loading branch information
pmjanus authored Oct 18, 2023
2 parents 6e572f7 + e84cb2b commit b7b307b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/features/bridge/ui/AccountModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ export const AccountModal = observer(({title = 'Connect Wallet', ...props}: Acco
</WalletGroup>
))}
</Box>
<Box sx={{mt: 'auto', pb: 2}}>
<Box component='span' typography='p3' sx={{mr: 0.5}} color='text.secondary'>
Is this your first time?
</Box>
<Box component='a' href='/faq' color='primary.main' typography='p3'>
Learn more
</Box>
</Box>
</Tabs.Tab>
<Tabs.Tab title={WalletTab.TRANSACTIONS}>
<Box sx={{width: '100%'}}>
Expand Down

0 comments on commit b7b307b

Please sign in to comment.