Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion packages/boba/gateway/src/containers/wallet/token/Token.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,15 @@ function TokenPage() {
<Box sx={{ padding: '10px 0px', lineHeight: '0.9em' }}>
<Typography variant="body2">
<span style={{opacity: '0.9'}}>Need ETH or BOBA</span>{'? '}
<span style={{opacity: '0.6'}}>You can swap one for the other at</span>
<span style={{opacity: '0.6'}}>You can swap one for the other at </span>
<G.footerLink
target='_blank'
href={'https://www.sushi.com/swap'}
aria-label="link"
style={{fontSize: '1.0em', opacity: '0.9', paddingLeft: '3px'}}
>Sushiswap<Link />
</G.footerLink>
<span style={{opacity: '0.6'}}>and </span>
<G.footerLink
target='_blank'
href={'https://oolongswap.com/'}
Expand Down