Commit cee414f6 authored by tom's avatar tom

tweak page heading

parent 36596d5e
......@@ -32,7 +32,7 @@ const AddressPageContent = () => {
return (
<Page>
<Flex alignItems="center" columnGap={ 3 }>
<PageTitle text="Address details"/>
<PageTitle text={ `${ addressQuery.data?.is_contract ? 'Contract' : 'Address' } details` }/>
{ tags.length > 0 && (
<Flex mb={ 6 } columnGap={ 2 }>
{ tags }
......
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