Add divider between URL and description

This commit is contained in:
Marco van Dijk 2022-03-21 16:02:35 +01:00
parent 2fce39ce6e
commit 456f603b75

View File

@ -123,6 +123,7 @@ const OrchInfoViewer = (obj) => {
<Address address={thisID} /> <Address address={thisID} />
</div> </div>
{ensUrl} {ensUrl}
<div className="verticalDivider" />
{ensDescription} {ensDescription}
<div className="stretchAndBetween" style={{ borderTop: '2px solid rgba(15,15,15,0.05)', marginTop: '0.2em' }} > <div className="stretchAndBetween" style={{ borderTop: '2px solid rgba(15,15,15,0.05)', marginTop: '0.2em' }} >
<Stat header={"Earned Fees"} content1={totalVolumeETH + " Eth"} content2={"$" + totalVolumeUSD} /> <Stat header={"Earned Fees"} content1={totalVolumeETH + " Eth"} content2={"$" + totalVolumeUSD} />