diy-template-components 0.1.33 → 0.1.35
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/build/index.es.js +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +7 -2
package/build/index.es.js
CHANGED
|
@@ -1260,7 +1260,7 @@ function MobileHeader({
|
|
|
1260
1260
|
data: {
|
|
1261
1261
|
link: header?.iosUrl,
|
|
1262
1262
|
isLink: 1,
|
|
1263
|
-
value: 'Download App',
|
|
1263
|
+
value: header?.downloadAppButtonText || 'Download App',
|
|
1264
1264
|
isExternal: 1
|
|
1265
1265
|
},
|
|
1266
1266
|
type: 'primary',
|
|
@@ -1273,7 +1273,7 @@ function MobileHeader({
|
|
|
1273
1273
|
data: {
|
|
1274
1274
|
link: header?.androidURL,
|
|
1275
1275
|
isLink: 1,
|
|
1276
|
-
value: 'Download App',
|
|
1276
|
+
value: header?.downloadAppButtonText || 'Download App',
|
|
1277
1277
|
isExternal: 1
|
|
1278
1278
|
},
|
|
1279
1279
|
type: 'primary',
|