Remove graph button on home since it is not finished

This commit is contained in:
Marco van Dijk 2022-04-30 13:45:54 +02:00
parent 00e84fe122
commit deaa7e5592

View File

@ -76,13 +76,13 @@ const Home = (obj) => {
<p>📈 Statistics 💰</p> <p>📈 Statistics 💰</p>
</button> </button>
</div> </div>
<div className="row"> {/* <div className="row">
<button className="waveButton" onClick={() => { <button className="waveButton" onClick={() => {
setRedirectToGraphs(true); setRedirectToGraphs(true);
}}> }}>
<p>📉 Graphs 📊</p> <p>📉 Graphs 📊</p>
</button> </button>
</div> </div> */}
<div className="verticalDivider" /> <div className="verticalDivider" />
<div className="row"> <div className="row">
<ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} /> <ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} />