diy-template-components 2.0.85 → 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 +8 -12
- package/build/index.es.js.map +1 -1
- package/build/index.js +8 -12
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -1946,18 +1946,14 @@ function Footer({
|
|
|
1946
1946
|
alt: "classplus",
|
|
1947
1947
|
className: classes.poweredDivImg
|
|
1948
1948
|
})))) : null, orgId === 643870 || extraProps?.org_id === 643870 ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
},
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
alignSelf: 'start',
|
|
1958
|
-
marginBottom: '10px'
|
|
1959
|
-
}
|
|
1960
|
-
}, "\xA9 Bhushan Ramchandra Gawarepatil") : null);
|
|
1949
|
+
className: classes.lowerContainer
|
|
1950
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1951
|
+
className: classes.bottomLeftText
|
|
1952
|
+
}, "\xA9 Samko Automotive Solution")) : null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1953
|
+
className: classes.lowerContainer
|
|
1954
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1955
|
+
className: classes.bottomLeftText
|
|
1956
|
+
}, "\xA9 Bhushan Ramchandra Gawarepatil")));
|
|
1961
1957
|
}
|
|
1962
1958
|
|
|
1963
1959
|
const borderRadius = {
|