ui-kit-ck-consultant 0.5.261 → 0.5.262
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -4212,7 +4212,7 @@ var Footer = /*#__PURE__*/function (_React$Component) {
|
|
4212
4212
|
xs: 12,
|
4213
4213
|
md: 6,
|
4214
4214
|
lg: 4,
|
4215
|
-
className: "mt-5 mb-5"
|
4215
|
+
className: "mt-5 mb-5 d-flex"
|
4216
4216
|
}, /*#__PURE__*/React__default.createElement("a", {
|
4217
4217
|
className: "m-auto",
|
4218
4218
|
target: "_blank",
|
@@ -4220,7 +4220,7 @@ var Footer = /*#__PURE__*/function (_React$Component) {
|
|
4220
4220
|
onClick: this.props.onRgpdClick
|
4221
4221
|
}, "RGPD & Cookies")), this.props.socialNetwork ? /*#__PURE__*/React__default.createElement(reactFlexboxGrid.Col, {
|
4222
4222
|
xs: 12,
|
4223
|
-
className: "mt-5 mb-5
|
4223
|
+
className: "mt-5 mb-5 text-center"
|
4224
4224
|
}, this.props.socialNetwork) : null));
|
4225
4225
|
};
|
4226
4226
|
|