diy-template-components 3.0.2 → 3.0.3
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 +1 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -1
- 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 = {
|