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>
|
<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} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user