summaryrefslogtreecommitdiff
path: root/src/components/Footer.svelte
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-30 09:38:48 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-30 09:38:48 -0700
commitbd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (patch)
treef814cb867f0ccb6cb7cc6b0a9ff8882840728bb3 /src/components/Footer.svelte
parent115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff)
downloadmistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz
mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip
run prettier and fix bug on safari
Diffstat (limited to 'src/components/Footer.svelte')
-rw-r--r--src/components/Footer.svelte8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte
index 9588bc2..00d3e07 100644
--- a/src/components/Footer.svelte
+++ b/src/components/Footer.svelte
@@ -13,15 +13,15 @@
</div>
<div class="d-flex flex-row align-items-center border-darkish p-1">
<i class="bi bi-mailbox"></i>
- <a href="mailto:jeffer@mistymountainstherapy.com">
+ <a href="mailto:contact@mistymountainstherapy.com">
<div class="px-4">
- <span>jeffer@mistymountainstherapy.com</span>
+ <span>contact@mistymountainstherapy.com</span>
</div>
</a>
</div>
<div class="d-flex flex-row align-items-center p-1">
<i class="bi bi-pin-map"></i>
- <a href="https://goo.gl/maps/DdkzDQTRHBTtG8ys6">
+ <a href="https://maps.app.goo.gl/s1AFqfKvUKgXDCrq5">
<div class="px-4">
<span>534 Trejo Street, Suite 200F</span>
<br>
@@ -38,7 +38,7 @@
<div class="p-1">
<span class="text-muted">Copyright &copy; 2024 Misty Mountains Therapy</span>
<br>
- <span class="text-muted">High quality therapy services for the Rexburg area.</span>
+ <span class="text-muted">High quality therapy services for the greater Rexburg area.</span>
</div>
</div>
</div>