mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-22 08:08:13 +00:00
feat(currency-dropdown): add CoinGecko attribution
This commit is contained in:
parent
76f043301d
commit
865a2ba05c
@ -106,6 +106,11 @@ const CurrencyDropdown = ({ depositAmount }: CurrencyDropdownProps) => {
|
||||
/>
|
||||
))
|
||||
)}
|
||||
{/* Attribution required for Demo (Beta)*/}
|
||||
<DropdownMenu.Item
|
||||
label={'Data provided by CoinGecko'}
|
||||
onSelect={() => {}}
|
||||
/>
|
||||
</DropdownMenu.Content>
|
||||
</DropdownMenu>
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user