@salesforcedevs/dx-components 1.2.16 → 1.2.17

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.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -28,5 +28,5 @@
28
28
  "@types/lodash.kebabcase": "^4.1.7",
29
29
  "@types/vimeo__player": "^2.16.2"
30
30
  },
31
- "gitHead": "bd151c2d46039c53ca0d9dd818e7f8dbab65e08c"
31
+ "gitHead": "68491760fb26b4e367d75d959a95c48cb64a08a4"
32
32
  }
@@ -21,12 +21,12 @@
21
21
  </div>
22
22
  <div if:true={showSignup} class="header-login-signup">
23
23
  <dx-button
24
- aria-label="Sign Up For Salesforce Developer Edition"
24
+ aria-label="Browse Trials"
25
25
  size="small"
26
26
  href={signupLink}
27
27
  onclick={handleSignUpClick}
28
28
  >
29
- Sign Up
29
+ Browse Trials
30
30
  </dx-button>
31
31
  </div>
32
32
  </div>