remove public phone numbers
This commit is contained in:
parent
5d32905110
commit
780e5cd00d
3 changed files with 1 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ const outerClass = fullBleedOnMobile
|
|||
Highland Group RDA, Sandycroft, Reelig, Kirkhill, IV5 7PP
|
||||
</p>
|
||||
<p class="font-semibold">
|
||||
Tel: +447500 203226 · Email:
|
||||
Email:
|
||||
<a
|
||||
class="underline"
|
||||
href="mailto:info@highlandgrouprda.org.uk?subject=Website%20visitor%20contact"
|
||||
|
|
|
|||
|
|
@ -108,8 +108,6 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? "";
|
|||
<p
|
||||
class="mt-3 [font-family:'Public_Sans',Helvetica] font-semibold text-black text-base sm:text-lg leading-[1.6]"
|
||||
>
|
||||
Tel: +447500 203226
|
||||
<br />
|
||||
Email: info@highlandgrouprda.org.uk
|
||||
</p>
|
||||
<div class="mt-6">
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const groupDetails = [
|
|||
"Sandycroft, Reelig, Kirkhill, IV5 7PP",
|
||||
],
|
||||
["Contact Email", "info@highlandgrouprda.org.uk"],
|
||||
["Contact Telephone", "07759 327690"],
|
||||
];
|
||||
---
|
||||
|
||||
|
|
@ -168,7 +167,6 @@ const groupDetails = [
|
|||
<input type="hidden" name="group_contact_name" value="Steve Byford" />
|
||||
<input type="hidden" name="group_contact_address" value="Sandycroft, Reelig, Kirkhill, IV5 7PP" />
|
||||
<input type="hidden" name="group_contact_email" value="info@highlandgrouprda.org.uk" />
|
||||
<input type="hidden" name="group_contact_phone" value="07759 327690" />
|
||||
|
||||
{
|
||||
!turnstileSiteKey && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue