fix the browse lists link
This commit is contained in:
parent
467e80a42f
commit
81a5164d99
@ -364,9 +364,9 @@ export function ListSelect({ onDismiss, onBack }: { onDismiss: () => void; onBac
|
|||||||
</ListContainer>
|
</ListContainer>
|
||||||
<Separator />
|
<Separator />
|
||||||
|
|
||||||
<ExternalLink style={{ margin: '16px', textAlign: 'center' }} href="https://tokenlists.org">
|
<div style={{ padding: '16px', textAlign: 'center' }}>
|
||||||
Browse lists
|
<ExternalLink href="https://tokenlists.org">Browse lists</ExternalLink>
|
||||||
</ExternalLink>
|
</div>
|
||||||
</Column>
|
</Column>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user