From 4ab88a3e79485b3e2fab8815938940a6774d2330 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Fri, 23 Jun 2023 09:30:33 -0400 Subject: [PATCH 1/2] CSR-1471 | Errant aria-label removed --- src/digital-components/text-block/text-block.vue | 3 +-- .../service-package-radio/service-package-radio.vue | 3 +-- .../mobile-location-modal-questions.vue | 3 +-- .../service-zip-modal-question/service-zip-modal-question.vue | 3 +-- src/ux-components/alert/alert.vue | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/digital-components/text-block/text-block.vue b/src/digital-components/text-block/text-block.vue index d8ed9ad54..50927781c 100644 --- a/src/digital-components/text-block/text-block.vue +++ b/src/digital-components/text-block/text-block.vue @@ -16,8 +16,7 @@ :text="getRouterLinkDisplayTextFromCopy(copy)" href="#!" @click-event="$emit('textLinkClicked', getRouterLinkRouteFromCopy(copy))" - :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" - aria-label="Modal window" /> + :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" /> diff --git a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue index 83bee2218..839a43a00 100644 --- a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue +++ b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue @@ -38,8 +38,7 @@ args: getRouterLinkRouteFromCopy(copy), }) " - :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" - aria-label="Modal window" /> + :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)"/> diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 0052c1368..39f64d890 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -14,8 +14,7 @@ linkType="text" :text="mobileLocationLinkText" href="#!" - @click-event="openModal" - aria-label="Modal window" /> + @click-event="openModal" />
diff --git a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue index b8971498a..7a87a1e14 100644 --- a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue +++ b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue @@ -6,8 +6,7 @@ linkType="text" :text="serviceZipLinkText" href="#!" - @click-event="openModal" - aria-label="Modal window" /> + @click-event="openModal" />
+ :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" /> From 8339888441a19299b22d5b37c5ff66d939d6b400 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Fri, 23 Jun 2023 09:36:58 -0400 Subject: [PATCH 2/2] CSR-1471 | Formatting --- .../service-package-radio/service-package-radio.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue index 839a43a00..7c4654721 100644 --- a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue +++ b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue @@ -38,7 +38,7 @@ args: getRouterLinkRouteFromCopy(copy), }) " - :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)"/> + :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" />