diy-template-components 0.2.6 → 0.2.7

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
@@ -8281,7 +8281,7 @@ function Section({
8281
8281
  textAlign: 'center',
8282
8282
  color: '#7d8592'
8283
8283
  }
8284
- }, "For any concerns, mail us at", ' ' + footer?.components[5]?.metadata?.text), /*#__PURE__*/React.createElement("p", {
8284
+ }, "For any concerns, mail us at", ' ' + footer?.components[5]?.metadata?.text ? footer?.components[5]?.metadata?.text : ''), /*#__PURE__*/React.createElement("p", {
8285
8285
  style: {
8286
8286
  // fontFamily: 'Roboto',
8287
8287
  fontStyle: 'normal',
@@ -8291,7 +8291,7 @@ function Section({
8291
8291
  textAlign: 'center',
8292
8292
  color: '#7d8592'
8293
8293
  }
8294
- }, "Copyright \xA9 2022 |", ' ' + footer?.components[5]?.metadata?.text), /*#__PURE__*/React.createElement("p", {
8294
+ }, "Copyright \xA9 2023 |", ' ' + footer?.components[5]?.metadata?.text ? footer?.components[5]?.metadata?.text : ''), /*#__PURE__*/React.createElement("p", {
8295
8295
  style: {
8296
8296
  // fontFamily: 'Roboto',
8297
8297
  fontStyle: 'normal',