From f92fe9e965d903f4ef5520fff0075928ece3a443 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 16 Nov 2020 22:08:44 -0500 Subject: ProductCard thumbnail and name are links to expand details. --- iridescence/src/components/ProductCard.vue | 10 ++++++++-- iridescence/src/components/ProductSearch.vue | 5 ++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/iridescence/src/components/ProductCard.vue b/iridescence/src/components/ProductCard.vue index 4ff6c80..cfea0fd 100644 --- a/iridescence/src/components/ProductCard.vue +++ b/iridescence/src/components/ProductCard.vue @@ -3,12 +3,18 @@
- + + +
-

{{ name }}

+

+ + {{ name }} + +

{{ dollars }}

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 @@
-

Couldn't find what you're looking for? We do custom orders too!

+

+ Couldn't find what you're looking for? + We do custom orders too! +

-- cgit v1.2.3