diy-template-components 1.0.19 → 1.0.20

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 CHANGED
@@ -1419,8 +1419,8 @@ function MobileHeader({
1419
1419
  downloadLink = null;
1420
1420
  }
1421
1421
  } else {
1422
+ console.log(header, 'sakshat header mobile diy website');
1422
1423
  if (header?.isAndroidDelisted && header?.apkURL) {
1423
- console.log(header, 'sakshat header mobile diy website');
1424
1424
  downloadLink = /*#__PURE__*/React.createElement(Button, {
1425
1425
  data: {
1426
1426
  link: header?.apkURL,