@salesforcedevs/dx-components 1.3.49-alpha1 → 1.3.49-alpha2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "1.3.49-alpha1",
3
+ "version": "1.3.49-alpha2",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -171,7 +171,7 @@ export const termsLinks = [
171
171
  {
172
172
  href: "https://www.salesforce.com/form/other/privacy-request/",
173
173
  label: "Your Privacy Choices",
174
- img: "/assets/icons/terms-privacy/privacyicon.png"
174
+ img: "/assets/svg/privacyicon.png"
175
175
  }
176
176
  ];
177
177