Skip to content

Commit

Permalink
change security score popover placement
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Jul 2, 2024
1 parent dbf3be6 commit 03d2393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/marketplace/MarketplaceAppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const MarketplaceAppCard = ({
showContractList={ showContractList }
isLoading={ isLoading }
source="Discovery view"
popoverPlacement={ isMobile ? 'bottom-end' : 'bottom-start' }
popoverPlacement={ isMobile ? 'bottom-end' : 'left' }
position="absolute"
right={{ base: 3, md: 5 }}
top={{ base: '10px', md: 5 }}
Expand Down

0 comments on commit 03d2393

Please sign in to comment.