Merge pull request #423 from philippdormann/main
fix: add missing mailto: in pages/integrations
This commit is contained in:
commit
42865dba36
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue