Remove contact buttons

This commit is contained in:
Marco van Dijk 2023-04-18 21:15:57 +02:00
parent 0420534ba8
commit 2a03e6f4c0

View File

@ -131,26 +131,6 @@ const Home = (obj) => {
</button>
</a>
<div className="verticalDivider" />
<div className="row">
<p>Contact me on:</p>
</div>
<a href="https://discordapp.com/users/303504235927044097">
<button className="waveButton">
<div className="row">
<img alt="" src="discord.svg" width="20em" height="20em" style={{ margin: 0 }} />
<p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Discord</p>
</div>
</button>
</a>
<a href="mailto:marco@livepeer.org">
<button className="waveButton">
<div className="row">
<img alt="" src="email.png" width="20em" height="20em" style={{ margin: 0 }} />
<p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Email</p>
</div>
</button>
</a>
<div className="verticalDivider" />
<div className="row">
<ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} />
</div>