mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +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">
|
||||
<a href="https://github.com/stronk-dev/LivepeerEvents">
|
||||
<button className="waveButton">
|
||||
<p>GitHub</p>
|
||||
<p>🧱 Source Code 🏠</p>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
@ -67,14 +67,14 @@ class Home extends React.Component {
|
||||
<button className="waveButton" onClick={() => {
|
||||
this.setState({ redirectToGrafana: true });
|
||||
}}>
|
||||
<p>Livepeer Transcoder</p>
|
||||
<p>🚀 Orchestrator 🌑</p>
|
||||
</button>
|
||||
</div>
|
||||
<div className="row">
|
||||
<button className="waveButton" onClick={() => {
|
||||
this.setState({ redirectToLPT: true });
|
||||
}}>
|
||||
<p>Livepeer Blockchain</p>
|
||||
<p>🔎 Blockchain 🕵️</p>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user