patch asset-swapper to support ERC721
This commit is contained in:
@@ -72,7 +72,13 @@ export class InstantHeading extends React.PureComponent<InstantHeadingProps, {}>
|
||||
overflow="hidden"
|
||||
borderRadius="50%"
|
||||
>
|
||||
<Image src={asset.metaData.imageUrl} height="100%" objectFit="cover" />
|
||||
<Flex
|
||||
justify="center"
|
||||
align="center"
|
||||
height="100%"
|
||||
>
|
||||
<Image src={asset.metaData.imageUrl} height="100%" objectFit="cover" />
|
||||
</Flex>
|
||||
</Container>
|
||||
</Flex>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user