mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Add divider between URL and description
This commit is contained in:
parent
2fce39ce6e
commit
456f603b75
@ -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} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user