mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
Scatter random chads
This commit is contained in:
parent
8300ebb4b0
commit
08eca7737d
@ -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" />
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user