Merge pull request #423 from philippdormann/main

fix: add missing mailto: in pages/integrations
This commit is contained in:
Peer_Rich 2021-08-08 23:16:09 +02:00 committed by GitHub
commit 42865dba36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,7 +267,7 @@ export default function IntegrationHome({ integrations }) {
<p>If you want to add your own App here, get in touch with us.</p> <p>If you want to add your own App here, get in touch with us.</p>
</div> </div>
<div className="mt-5"> <div className="mt-5">
<a href="apps@calendso.com" className="btn btn-white"> <a href="mailto:apps@calendso.com" className="btn btn-white">
Contact us Contact us
</a> </a>
</div> </div>