Commit fb3e2135 authored by tom's avatar tom

fix tests

parent 9ea3658e
...@@ -30,6 +30,7 @@ const NFTItem = ({ token, token_id: tokenId }: Props) => { ...@@ -30,6 +30,7 @@ const NFTItem = ({ token, token_id: tokenId }: Props) => {
mb="18px" mb="18px"
url={ null } url={ null }
fallbackPadding="30px" fallbackPadding="30px"
cursor="pointer"
/> />
{ tokenId && ( { tokenId && (
<Flex mb={ 2 } ml={ 1 }> <Flex mb={ 2 } ml={ 1 }>
......
...@@ -21,7 +21,7 @@ const PageTitle = ({ text, additionalsLeft, additionalsRight, withTextAd, backLi ...@@ -21,7 +21,7 @@ const PageTitle = ({ text, additionalsLeft, additionalsRight, withTextAd, backLi
as="h1" as="h1"
size="lg" size="lg"
flex="none" flex="none"
wordBreak="break-all" wordBreak="break-word"
> >
{ text } { text }
</Heading> </Heading>
......
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