diy-template-components 2.0.103 → 2.0.104
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 +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -3006,7 +3006,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
|
|
|
3006
3006
|
width: '100%',
|
|
3007
3007
|
// paddingBottom: ({ isCustomWebsite }) =>
|
|
3008
3008
|
// isCustomWebsite ? '100%' : 'unset'
|
|
3009
|
-
aspectRatio:
|
|
3009
|
+
aspectRatio: '4/3'
|
|
3010
3010
|
}
|
|
3011
3011
|
}
|
|
3012
3012
|
}));
|
|
@@ -10081,7 +10081,7 @@ function Section({
|
|
|
10081
10081
|
textAlign: 'center',
|
|
10082
10082
|
color: '#7d8592'
|
|
10083
10083
|
}
|
|
10084
|
-
}, "Copyright \xA9
|
|
10084
|
+
}, "Copyright \xA9 2024 |\xA0", footer?.components[0]?.metadata?.text ? footer?.components[0]?.metadata?.text : ''), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10085
10085
|
style: {
|
|
10086
10086
|
// fontFamily: 'Roboto',
|
|
10087
10087
|
fontStyle: 'normal',
|