Scatter random chads

This commit is contained in:
Marco van Dijk 2022-10-07 16:39:29 +02:00
parent 8300ebb4b0
commit 08eca7737d
3 changed files with 10 additions and 1 deletions

View File

@ -36,7 +36,13 @@ const Grafana = (obj) => {
<div className="row" onClick={() => { <div className="row" onClick={() => {
setRedirectToHome(true); setRedirectToHome(true);
}}> }}>
<div className="row">
<img alt="" src="https://nframe.nl/avatar.png" width="80em" height="80em" />
</div>
<h2>Livepeer Orchestrator</h2> <h2>Livepeer Orchestrator</h2>
<div className="row">
<img alt="" src="https://nframe.nl/avatar.png" width="80em" height="80em" />
</div>
</div> </div>
</div> </div>
<div className="verticalDivider" /> <div className="verticalDivider" />

View File

@ -51,7 +51,7 @@ const Home = (obj) => {
setRedirectToGrafana(true); setRedirectToGrafana(true);
}}> }}>
<div className="row"> <div className="row">
<img alt="" src="cpnchad.png" width="20em" height="20em" style={{ margin: 0 }} /> <img alt="" src="https://nframe.nl/avatar.png" width="20em" height="20em" style={{ margin: 0 }} />
<p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Orchestrator</p> <p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Orchestrator</p>
</div> </div>
</button> </button>

View File

@ -53,6 +53,9 @@ const Livepeer = (obj) => {
<button className="homeButton" onClick={() => { <button className="homeButton" onClick={() => {
setRedirectToHome(true); setRedirectToHome(true);
}}> }}>
<div className="row">
<img alt="" src="https://nframe.nl/avatar.png" width="40em" height="40em" />
</div>
<h1>🏠</h1> <h1>🏠</h1>
</button> </button>
<h4 className="rowAlignLeft withWrap showNeverOnMobile">{headerString}</h4> <h4 className="rowAlignLeft withWrap showNeverOnMobile">{headerString}</h4>