diy-template-components 0.0.53 → 0.0.56

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")))));
@@ -5945,7 +5945,7 @@ const useSectionStyles = createUseStyles(theme => ({
5945
5945
  backgroundColor: theme?.palette?.background?.default,
5946
5946
  boxShadow: theme?.shadows?.secondary,
5947
5947
  borderRadius: theme?.shape?.borderRadius?.regular,
5948
- margin: '60px 10%',
5948
+ margin: '60px',
5949
5949
  padding: '40px 80px',
5950
5950
  position: 'relative'
5951
5951
  },