summaryrefslogtreecommitdiff
path: root/iridescence/src/components/ProductSearch.vue
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-27 09:37:15 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-27 09:37:15 -0500
commit91b538c776071a7ae60adfa25bfcaccc0403896e (patch)
tree65278ac7ba6ab78ef55602bfdb895c7cab9ac488 /iridescence/src/components/ProductSearch.vue
parent335a9e3dfe2bb1dde3900018b01fdad6baad1595 (diff)
downloadtheglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.tar.xz
theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.zip
Added care, privacy, faq, fixed custom order temporarily, fixed site
title
Diffstat (limited to 'iridescence/src/components/ProductSearch.vue')
-rw-r--r--iridescence/src/components/ProductSearch.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/iridescence/src/components/ProductSearch.vue b/iridescence/src/components/ProductSearch.vue
index 2a7a2e3..e02952a 100644
--- a/iridescence/src/components/ProductSearch.vue
+++ b/iridescence/src/components/ProductSearch.vue
@@ -30,7 +30,10 @@
<content class="has-text-centered" v-if="noResults">
<p>
Couldn't find what you're looking for?
- <a href="#">We do custom orders too!</a>
+ <a
+ href="mailto:liz@theglassyladies.com?subject=Custom Order Request&body=Please describe what you are looking for and we will be in touch."
+ >We do custom orders too!</a
+ >
</p>
</content>
</div>