feat(currency-dropdown): add CoinGecko attribution

This commit is contained in:
RadoslavDimchev 2024-04-19 20:39:31 +03:00 committed by Emil Ivanichkov
parent 76f043301d
commit 865a2ba05c

View File

@ -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>