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>
</button>
</div>
<div className="row">
{/* <div className="row">
<button className="waveButton" onClick={() => {
setRedirectToGraphs(true);
}}>
<p>📉 Graphs 📊</p>
</button>
</div>
</div> */}
<div className="verticalDivider" />
<div className="row">
<ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} />