@meduza/ui-kit-2 0.1.89 → 0.1.90
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 +4 -4
- 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 +4 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2252 -2250
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +6 -4
- package/src/DonatesTeaser/index.tsx +5 -5
|
@@ -921,14 +921,14 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
921
921
|
|
|
922
922
|
var data = {
|
|
923
923
|
ru: {
|
|
924
|
-
title: 'Вы 
|
|
925
|
-
subtitle: '
|
|
924
|
+
title: 'Вы совершили чудо ',
|
|
925
|
+
subtitle: '«Медуза» продолжает работать, потому что есть вы',
|
|
926
926
|
button: 'Дать денег',
|
|
927
927
|
href: 'https://support.meduza.io'
|
|
928
928
|
},
|
|
929
929
|
en: {
|
|
930
|
-
title: '
|
|
931
|
-
subtitle: '
|
|
930
|
+
title: 'Meduza is you.<br/>',
|
|
931
|
+
subtitle: 'We’re only here thanks to you.',
|
|
932
932
|
button: 'Pledge today',
|
|
933
933
|
href: 'https://support.meduza.io/en'
|
|
934
934
|
}
|