mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2026-04-20 12:25:10 +02:00
Remove graph button on home since it is not finished
This commit is contained in:
parent
00e84fe122
commit
deaa7e5592
@ -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} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user