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.es.js
CHANGED
|
@@ -2990,7 +2990,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
|
|
|
2990
2990
|
width: '100%',
|
|
2991
2991
|
// paddingBottom: ({ isCustomWebsite }) =>
|
|
2992
2992
|
// isCustomWebsite ? '100%' : 'unset'
|
|
2993
|
-
aspectRatio:
|
|
2993
|
+
aspectRatio: '4/3'
|
|
2994
2994
|
}
|
|
2995
2995
|
}
|
|
2996
2996
|
}));
|
|
@@ -10065,7 +10065,7 @@ function Section({
|
|
|
10065
10065
|
textAlign: 'center',
|
|
10066
10066
|
color: '#7d8592'
|
|
10067
10067
|
}
|
|
10068
|
-
}, "Copyright \xA9
|
|
10068
|
+
}, "Copyright \xA9 2024 |\xA0", footer?.components[0]?.metadata?.text ? footer?.components[0]?.metadata?.text : ''), /*#__PURE__*/React.createElement("p", {
|
|
10069
10069
|
style: {
|
|
10070
10070
|
// fontFamily: 'Roboto',
|
|
10071
10071
|
fontStyle: 'normal',
|