Remove status message, issue seems to be resolved

This commit is contained in:
Marco van Dijk 2022-05-02 09:39:55 +02:00
parent 384d469232
commit 46ced21124

View File

@ -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>