diy-template-components 1.0.9 → 1.0.10

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
@@ -8943,7 +8943,10 @@ function Section({
8943
8943
  },
8944
8944
  ref: landing?.components[1]?.refSetter
8945
8945
  }, landing?.components[1]?.metadata?.text), /*#__PURE__*/React.createElement("a", {
8946
- href: landing?.components[3]?.metadata?.text,
8946
+ // href={
8947
+ // landing?.components[3]?.metadata?.text
8948
+ // }
8949
+ href: "{{landingLink}}",
8947
8950
  target: "_blank",
8948
8951
  style: {
8949
8952
  textDecoration: 'none'