summaryrefslogtreecommitdiff
path: root/iridescence/src/components/ProductSearch.vue
diff options
context:
space:
mode:
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>