Commit 78239078 authored by tom's avatar tom

tweak

parent 26393da4
...@@ -95,7 +95,7 @@ const TokenInstanceContent = () => { ...@@ -95,7 +95,7 @@ const TokenInstanceContent = () => {
return <TokenInstanceSkeleton/>; return <TokenInstanceSkeleton/>;
} }
const nftShieldIcon = <Icon as={ nftIcon } boxSize={ 6 }/>; const nftShieldIcon = <Icon as={ nftIcon } boxSize={ 6 } mr={ 2 }/>;
const tokenTag = <Tag>{ tokenInstanceQuery.data.token.type }</Tag>; const tokenTag = <Tag>{ tokenInstanceQuery.data.token.type }</Tag>;
const address = { const address = {
hash: hash || '', hash: hash || '',
......
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