Commit 03d23931 authored by Max Alekseenko's avatar Max Alekseenko

change security score popover placement

parent dbf3be60
...@@ -179,7 +179,7 @@ const MarketplaceAppCard = ({ ...@@ -179,7 +179,7 @@ const MarketplaceAppCard = ({
showContractList={ showContractList } showContractList={ showContractList }
isLoading={ isLoading } isLoading={ isLoading }
source="Discovery view" source="Discovery view"
popoverPlacement={ isMobile ? 'bottom-end' : 'bottom-start' } popoverPlacement={ isMobile ? 'bottom-end' : 'left' }
position="absolute" position="absolute"
right={{ base: 3, md: 5 }} right={{ base: 3, md: 5 }}
top={{ base: '10px', md: 5 }} top={{ base: '10px', md: 5 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment