@meduza/ui-kit-2 0.2.32 → 0.2.34
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/ui-kit-2.cjs.development.js +2 -2
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +2 -2
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +3305 -3306
- package/package.json +1 -1
- package/src/ChapterBlock/ChapterBlock.module.css +1 -2
- package/src/DonatesTeaser/index.tsx +2 -2
|
@@ -2043,13 +2043,13 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2043
2043
|
title: '«Медуза». Работаем 24/7. И только в интересах читателей',
|
|
2044
2044
|
subtitle: 'Нам срочно нужна ваша поддержка',
|
|
2045
2045
|
button: 'Хочу помочь',
|
|
2046
|
-
href: 'https://
|
|
2046
|
+
href: 'https://support.meduza.io/'
|
|
2047
2047
|
},
|
|
2048
2048
|
en: {
|
|
2049
2049
|
title: 'Meduza, working 24/7, always for our readers',
|
|
2050
2050
|
subtitle: 'We need your help like never before',
|
|
2051
2051
|
button: 'Okay!',
|
|
2052
|
-
href: 'https://
|
|
2052
|
+
href: 'https://support.meduza.io/en'
|
|
2053
2053
|
}
|
|
2054
2054
|
};
|
|
2055
2055
|
return React__default.createElement("div", {
|