mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Remove status message, issue seems to be resolved
This commit is contained in:
parent
384d469232
commit
46ced21124
@ -87,13 +87,13 @@ const Home = (obj) => {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} />
|
<ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} />
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider" />
|
{/* <div className="verticalDivider" />
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<h3>Status</h3>
|
<h3>Status</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<p>There was an issue with Events getting duplicated. The website might become unavailable from time to time while the issue is being fixed.</p>
|
<p>There was an issue with Events getting duplicated. The website might become unavailable from time to time while the issue is being fixed.</p>
|
||||||
</div>
|
</div> */}
|
||||||
<div className="verticalDivider" />
|
<div className="verticalDivider" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user