diy-template-components 2.0.101 → 2.0.102
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 +7 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +7 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2288,7 +2288,13 @@ function Footer({
|
|
|
2288
2288
|
alignSelf: 'start',
|
|
2289
2289
|
marginBottom: '10px'
|
|
2290
2290
|
}
|
|
2291
|
-
}, "\xA9 Bhushan Ramchandra Gawarepatil") : null
|
|
2291
|
+
}, "\xA9 Bhushan Ramchandra Gawarepatil") : null, orgId === 374619 || extraProps?.org_id === 374619 ? /*#__PURE__*/React.createElement("div", {
|
|
2292
|
+
style: {
|
|
2293
|
+
display: 'flex',
|
|
2294
|
+
alignSelf: 'start',
|
|
2295
|
+
marginBottom: '10px'
|
|
2296
|
+
}
|
|
2297
|
+
}, "\xA9\uFE0F LEAVERAGE CONSULTANTS PRIVATE LIMITED") : null);
|
|
2292
2298
|
}
|
|
2293
2299
|
|
|
2294
2300
|
const borderRadius = {
|