fix: add missing mailto: in pages/integrations

This commit is contained in:
Philipp Dormann 2021-08-07 01:08:55 +02:00
parent d4fdce5a96
commit f391ad4d2a
No known key found for this signature in database
GPG key ID: 3BB9ADD52DCA4314

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>