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 91b28a5..0cf8cf2 100644
--- a/iridescence/src/components/ProductSearch.vue
+++ b/iridescence/src/components/ProductSearch.vue
@@ -22,7 +22,10 @@
</div>
</div>
<content class="has-text-centered" v-if="noResults">
- <p>Couldn't find what you're looking for? We do custom orders too!</p>
+ <p>
+ Couldn't find what you're looking for?
+ <a href="#">We do custom orders too!</a>
+ </p>
</content>
</div>
</template>