diy-template-components 0.0.64 → 0.0.65
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 +1 -16
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -16
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -1247,22 +1247,7 @@ function MobileHeader({
|
|
|
1247
1247
|
rel: null
|
|
1248
1248
|
});
|
|
1249
1249
|
} else {
|
|
1250
|
-
|
|
1251
|
-
downloadLink = /*#__PURE__*/React.createElement(Button, {
|
|
1252
|
-
data: {
|
|
1253
|
-
link: header?.appLink,
|
|
1254
|
-
isLink: 1,
|
|
1255
|
-
value: 'Download App',
|
|
1256
|
-
isExternal: 1
|
|
1257
|
-
},
|
|
1258
|
-
type: 'primary',
|
|
1259
|
-
size: 'small',
|
|
1260
|
-
target: 'blank',
|
|
1261
|
-
rel: null
|
|
1262
|
-
});
|
|
1263
|
-
} else {
|
|
1264
|
-
downloadLink = null;
|
|
1265
|
-
}
|
|
1250
|
+
downloadLink = null;
|
|
1266
1251
|
}
|
|
1267
1252
|
} else {
|
|
1268
1253
|
if (header?.appLink) {
|