diy-template-components 2.0.86 → 2.0.87
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
|
@@ -1933,11 +1933,11 @@ function Footer({
|
|
|
1933
1933
|
className: classes.lowerContainer
|
|
1934
1934
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1935
1935
|
className: classes.bottomLeftText
|
|
1936
|
-
}, "\xA9 Samko Automotive Solution")) : null,
|
|
1936
|
+
}, "\xA9 Samko Automotive Solution")) : null, /*#__PURE__*/React.createElement("div", {
|
|
1937
1937
|
className: classes.lowerContainer
|
|
1938
1938
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1939
1939
|
className: classes.bottomLeftText
|
|
1940
|
-
}, "\xA9 Bhushan Ramchandra Gawarepatil"))
|
|
1940
|
+
}, "\xA9 Bhushan Ramchandra Gawarepatil")));
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
1943
|
const borderRadius = {
|