diy-template-components 2.0.85 → 2.0.86
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.es.js
CHANGED
|
@@ -1930,18 +1930,14 @@ function Footer({
|
|
|
1930
1930
|
alt: "classplus",
|
|
1931
1931
|
className: classes.poweredDivImg
|
|
1932
1932
|
})))) : null, orgId === 643870 || extraProps?.org_id === 643870 ? /*#__PURE__*/React.createElement("div", {
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
},
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
alignSelf: 'start',
|
|
1942
|
-
marginBottom: '10px'
|
|
1943
|
-
}
|
|
1944
|
-
}, "\xA9 Bhushan Ramchandra Gawarepatil") : null);
|
|
1933
|
+
className: classes.lowerContainer
|
|
1934
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1935
|
+
className: classes.bottomLeftText
|
|
1936
|
+
}, "\xA9 Samko Automotive Solution")) : null, orgId === 510746 || extraProps?.org_id === 510746 ? /*#__PURE__*/React.createElement("div", {
|
|
1937
|
+
className: classes.lowerContainer
|
|
1938
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1939
|
+
className: classes.bottomLeftText
|
|
1940
|
+
}, "\xA9 Bhushan Ramchandra Gawarepatil")) : null);
|
|
1945
1941
|
}
|
|
1946
1942
|
|
|
1947
1943
|
const borderRadius = {
|