refactor(component): rename contact obfuscation component
This commit is contained in:
@@ -7,7 +7,7 @@ lang: "en"
|
||||
translationKey: "schedule-consultation"
|
||||
draft: false
|
||||
---
|
||||
import EmailObfuscation from '../../../components/EmailObfuscation.astro';
|
||||
import ContactObfuscation from '../../../components/ContactObfuscation.astro';
|
||||
|
||||
We're here for you!
|
||||
|
||||
@@ -39,13 +39,13 @@ Along with ABA therapy for children and teens diagnosed with autism, our support
|
||||
|
||||
  Phone
|
||||
|
||||
<EmailObfuscation phone="(480) 687-7099" hrefValue="+14806877099" obfuscatedText="9907-786 (084)" />
|
||||
<ContactObfuscation phone="(480) 687-7099" hrefValue="+14806877099" obfuscatedText="9907-786 (084)" />
|
||||
|
||||

|
||||
|
||||
Email
|
||||
|
||||
<EmailObfuscation email="info@abaclinicaz.com" obfuscatedText="info [at] abaclinicaz [dot] com" />
|
||||
<ContactObfuscation email="info@abaclinicaz.com" obfuscatedText="info [at] abaclinicaz [dot] com" />
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user