diy-template-components 0.0.53 → 0.0.54

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
@@ -5160,7 +5160,7 @@ function CourseCard({
5160
5160
  className: classes.courseCardStrikePrice
5161
5161
  }, /*#__PURE__*/React.createElement("span", null, '₹', card?.price), ' ', discount > 0 && discount + '% OFF')), /*#__PURE__*/React.createElement("a", {
5162
5162
  className: classes.coursesAnchorTag,
5163
- href: isEdit ? card?.shareableLink : null
5163
+ href: isEdit ? null : card?.shareableLink
5164
5164
  }, /*#__PURE__*/React.createElement("div", {
5165
5165
  className: classes.courseCardBuyBtn
5166
5166
  }, "Buy Now")))));