added emojis cause why not

This commit is contained in:
Marco van Dijk 2022-03-02 01:57:25 +01:00
parent 0af8ea69ec
commit 695c534d22

View File

@ -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>