diy-template-components 2.0.71 → 2.0.72

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
@@ -1537,7 +1537,7 @@ function DesktopHeader({
1537
1537
  className: classes.headerSection
1538
1538
  }, /*#__PURE__*/React.createElement("div", {
1539
1539
  className: classes.headerContainer
1540
- }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
1540
+ }, /*#__PURE__*/React.createElement("div", {
1541
1541
  className: classes.imageDiv
1542
1542
  }, header?.websiteLogo ? /*#__PURE__*/React.createElement("a", {
1543
1543
  href: logoUrl,
@@ -1565,7 +1565,7 @@ function DesktopHeader({
1565
1565
  moreContent: moreContentFn(),
1566
1566
  isTutorWebsite: isTutorWebsite,
1567
1567
  onDownloadAppTriggered: onDownloadAppTriggered
1568
- })), OfferDetailsJSX())) : /*#__PURE__*/React.createElement("div", {
1568
+ }), OfferDetailsJSX())) : /*#__PURE__*/React.createElement("div", {
1569
1569
  style: {
1570
1570
  paddingTop: '30px'
1571
1571
  }