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.js CHANGED
@@ -1135,7 +1135,8 @@ function OptionList({
1135
1135
  alt: "appStore"
1136
1136
  })) : null);
1137
1137
  };
1138
- const iosLink = isTutorWebsite ? headerData?.iosUrl : headerData?.iosDownloadLink;
1138
+ const iosLink = isTutorWebsite ? headerData?.iosDownloadLink : headerData?.iosUrl;
1139
+ console.log(iosLink, 'sakshat ios link');
1139
1140
  return /*#__PURE__*/React__default["default"].createElement("div", {
1140
1141
  className: classes.listSection
1141
1142
  }, /*#__PURE__*/React__default["default"].createElement("div", {