mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
added emojis cause why not
This commit is contained in:
parent
0af8ea69ec
commit
695c534d22
@ -59,7 +59,7 @@ class Home extends React.Component {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<a href="https://github.com/stronk-dev/LivepeerEvents">
|
<a href="https://github.com/stronk-dev/LivepeerEvents">
|
||||||
<button className="waveButton">
|
<button className="waveButton">
|
||||||
<p>GitHub</p>
|
<p>🧱 Source Code 🏠</p>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -67,14 +67,14 @@ class Home extends React.Component {
|
|||||||
<button className="waveButton" onClick={() => {
|
<button className="waveButton" onClick={() => {
|
||||||
this.setState({ redirectToGrafana: true });
|
this.setState({ redirectToGrafana: true });
|
||||||
}}>
|
}}>
|
||||||
<p>Livepeer Transcoder</p>
|
<p>🚀 Orchestrator 🌑</p>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<button className="waveButton" onClick={() => {
|
<button className="waveButton" onClick={() => {
|
||||||
this.setState({ redirectToLPT: true });
|
this.setState({ redirectToLPT: true });
|
||||||
}}>
|
}}>
|
||||||
<p>Livepeer Blockchain</p>
|
<p>🔎 Blockchain 🕵️</p>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user