From ef42c6553aaacbd70a94c775a01f066eed8a23b6 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Thu, 4 Aug 2022 09:43:37 -0400 Subject: [PATCH 1/4] Defect | Change hardcoded value to prod image Used to be -dev --- src/layouts/vin-lookup/vin-information/vin-information.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vin-lookup/vin-information/vin-information.vue b/src/layouts/vin-lookup/vin-information/vin-information.vue index 91cee616f..6eee66970 100644 --- a/src/layouts/vin-lookup/vin-information/vin-information.vue +++ b/src/layouts/vin-lookup/vin-information/vin-information.vue @@ -23,7 +23,7 @@ export default { isActive: false, HeadlineText: "Where can I find my VIN?", BodyText: "

You can find your VIN in a few places:

  1. Driver side windshield
  2. Driver side doorjamb
  3. Vehicle registration card
  4. Auto insurance card or app
", - OptionalImage: "https://digitalconsumercms-dev.safelite.com/images/default-source/default-album/vin_location.svg?sfvrsn=63a9a2cf_3", + OptionalImage: "https://digitalconsumercms.safelite.com/images/default-source/default-album/vin_location.svg?sfvrsn=63a9a2cf_3", }; }, methods: { From ae6c242f2d087c83cc8b3fd3556c7d2632c0e4ee Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 5 Aug 2022 15:31:07 -0400 Subject: [PATCH 2/4] CSR-658 skip style page when only 1 style --- src/layouts/vehicle-style/vehicle-style.vue | 28 ++++++++++++++++----- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/src/layouts/vehicle-style/vehicle-style.vue b/src/layouts/vehicle-style/vehicle-style.vue index c7589d32d..50f1b35f5 100644 --- a/src/layouts/vehicle-style/vehicle-style.vue +++ b/src/layouts/vehicle-style/vehicle-style.vue @@ -1,5 +1,5 @@