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.js CHANGED
@@ -1435,8 +1435,8 @@ function MobileHeader({
1435
1435
  downloadLink = null;
1436
1436
  }
1437
1437
  } else {
1438
+ console.log(header, 'sakshat header mobile diy website');
1438
1439
  if (header?.isAndroidDelisted && header?.apkURL) {
1439
- console.log(header, 'sakshat header mobile diy website');
1440
1440
  downloadLink = /*#__PURE__*/React__default["default"].createElement(Button, {
1441
1441
  data: {
1442
1442
  link: header?.apkURL,