add legal email address

This commit is contained in:
Jeremy Kauffman 2021-03-29 08:41:51 -04:00 committed by GitHub
parent b84d5fcec0
commit 1660b7d2b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,7 @@ export default function Home() {
<div className="content">
<h2 className="content__section-title" id="contact">Contact Us</h2>
<p>Press inquiries: <a className="link" href="mailto:press@lbry.com">press@lbry.com</a></p>
<p>Legal: <a className="link" href="mailto:legal@lbry.com">legal@lbry.com</a></p>
<p>Other email: <a className="link" href="mailto:savecrypto@lbry.com">savecrypto@lbry.com</a></p>
<p>Twitter: <a className="link" href="https://twitter.com/lbrycom">@LBRYcom</a></p>
</div>