diy-template-components 3.0.2 → 3.0.4
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
|
@@ -2292,7 +2292,7 @@ function Footer({
|
|
|
2292
2292
|
alignSelf: 'start',
|
|
2293
2293
|
marginBottom: '10px'
|
|
2294
2294
|
}
|
|
2295
|
-
}, "\xA9\uFE0F
|
|
2295
|
+
}, "\xA9\uFE0F Leaverage Consultants Private Limited") : null);
|
|
2296
2296
|
}
|
|
2297
2297
|
|
|
2298
2298
|
const borderRadius = {
|
|
@@ -4898,7 +4898,7 @@ const useVideoStyles$1 = createUseStyles(theme => {
|
|
|
4898
4898
|
width: '100%',
|
|
4899
4899
|
objectFit: 'cover',
|
|
4900
4900
|
objectPosition: 'top',
|
|
4901
|
-
opacity: '
|
|
4901
|
+
opacity: '1.8'
|
|
4902
4902
|
},
|
|
4903
4903
|
'@media (max-width: 767px)': {
|
|
4904
4904
|
iframe: {
|