qpp-style 9.44.2 → 9.44.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Footer/FooterUI.jsx +3 -3
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/images/icons/svg/download-text-link.svg +4 -0
- package/package.json +1 -1
|
@@ -119,7 +119,7 @@ const FooterUI = () => (
|
|
|
119
119
|
<h3 className="sub-title qpp-u-margin-y--0">
|
|
120
120
|
<a
|
|
121
121
|
href="https://cmsqualitysupport.servicenowservices.com/ccsq_support_central"
|
|
122
|
-
aria-label="
|
|
122
|
+
aria-label="Create or Track a QPP Service Center Ticket"
|
|
123
123
|
className="email-link"
|
|
124
124
|
target="__blank"
|
|
125
125
|
rel="noopener noreferrer"
|
|
@@ -144,10 +144,10 @@ const FooterUI = () => (
|
|
|
144
144
|
<li>
|
|
145
145
|
<a
|
|
146
146
|
href="/privacy"
|
|
147
|
-
aria-label="
|
|
147
|
+
aria-label="CMS Privacy Notice"
|
|
148
148
|
data-track-category="FooterNav"
|
|
149
149
|
data-track-action="OpenPrivacyDisclaimer"
|
|
150
|
-
data-track-label="
|
|
150
|
+
data-track-label="CMS Privacy Notice"
|
|
151
151
|
>
|
|
152
152
|
CMS Privacy Notice
|
|
153
153
|
</a>
|