Skip to content

Commit d9842be

Browse files
committed
Replace direct email links with contact-sales page links
1 parent ce7f6d6 commit d9842be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

layouts/for-teams/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2 id="faq" class="font-h2 mb-4">{{ i18n "faq_title" . }}</h2>
172172
<section class="container text-center py-12">
173173
<h2 id="contact" class="font-h2 mb-4">{{ i18n "hub_contact_us_title" . }}</h2>
174174
<p class="font-p mb-4">{{ i18n "hub_contact_us_description" . | safeHTML }}</p>
175-
<a href="mailto:hub@cryptomator.org" role="button" class="btn btn-outline-primary px-8" data-umami-event="hub-contact-us">
175+
<a href="{{ .Site.LanguagePrefix }}/contact-sales/" role="button" class="btn btn-outline-primary px-8" data-umami-event="hub-contact-us">
176176
<i class="fa-solid fa-envelope"></i> {{ i18n "hub_contact_us_button" . }}
177177
</a>
178178
</section>

layouts/hub-managed/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h3 class="font-h3">
215215
<section class="container text-center pt-12 pb-24">
216216
<h2 class="font-h2 mb-4">{{ i18n "hub_managed_contact_us_title" . }}</h2>
217217
<p class="font-p mb-4">{{ i18n "hub_managed_contact_us_description" . | safeHTML }}</p>
218-
<a href="mailto:hub@cryptomator.org" role="button" class="btn btn-outline-primary px-8" data-umami-event="hub-managed-contact-us">
218+
<a href="{{ .Site.LanguagePrefix }}/contact-sales/" role="button" class="btn btn-outline-primary px-8" data-umami-event="hub-managed-contact-us">
219219
<i class="fa-solid fa-envelope"></i> {{ i18n "hub_managed_contact_us_button" . }}
220220
</a>
221221
</section>

layouts/pricing/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3 class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tra
365365
<p class="text-sm md:text-base lg:text-lg text-gray-500 mb-4">
366366
{{ i18n "pricing_hub_enterprise_price_description" . }}
367367
</p>
368-
<a href="mailto:hub@cryptomator.org" role="button" class="btn btn-primary w-full" data-umami-event="pricing-hub-enterprise-cta">
368+
<a href="{{ .Site.LanguagePrefix }}/contact-sales/" role="button" class="btn btn-primary w-full" data-umami-event="pricing-hub-enterprise-cta">
369369
<i class="fa-solid fa-envelope"></i>
370370
{{ i18n "pricing_hub_enterprise_cta" . }}
371371
</a>

0 commit comments

Comments
 (0)