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