diy-template-components 1.1.2 → 1.1.3

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
@@ -1119,7 +1119,8 @@ function OptionList({
1119
1119
  alt: "appStore"
1120
1120
  })) : null);
1121
1121
  };
1122
- const iosLink = isTutorWebsite ? headerData?.iosUrl : headerData?.iosDownloadLink;
1122
+ const iosLink = isTutorWebsite ? headerData?.iosDownloadLink : headerData?.iosUrl;
1123
+ console.log(iosLink, 'sakshat ios link');
1123
1124
  return /*#__PURE__*/React.createElement("div", {
1124
1125
  className: classes.listSection
1125
1126
  }, /*#__PURE__*/React.createElement("div", {