@meduza/ui-kit-2 0.2.1 → 0.2.2
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 +5 -5
- 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 +5 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1489 -1491
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +0 -2
- package/src/DonatesTeaser/index.tsx +5 -6
package/package.json
CHANGED
|
@@ -17,16 +17,15 @@ export const DonatesTeaser: React.FC<DonatesTeaserProps> = ({
|
|
|
17
17
|
|
|
18
18
|
const data = {
|
|
19
19
|
ru: {
|
|
20
|
-
title: '
|
|
21
|
-
subtitle:
|
|
22
|
-
'«Медуза» продолжает работать, потому что есть вы',
|
|
20
|
+
title: 'Мы не сдаемся',
|
|
21
|
+
subtitle: 'Потому что вы с нами',
|
|
23
22
|
button: '«Медуза», я с тобой ',
|
|
24
23
|
href: 'https://support.meduza.io'
|
|
25
24
|
},
|
|
26
25
|
en: {
|
|
27
|
-
title: '
|
|
28
|
-
subtitle: '
|
|
29
|
-
button: '
|
|
26
|
+
title: 'We won’t give up',
|
|
27
|
+
subtitle: 'Because you’re with us',
|
|
28
|
+
button: 'I’m with you, Meduza',
|
|
30
29
|
href: 'https://support.meduza.io/en'
|
|
31
30
|
}
|
|
32
31
|
}
|