mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-23 08:38:11 +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.Content>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</XStack>
|
</XStack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user