@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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.1",
2
+ "version": "0.2.2",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -59,8 +59,6 @@
59
59
  line-height: 25px;
60
60
 
61
61
  @media $mobile {
62
- display: inline;
63
-
64
62
  font-size: 29px;
65
63
  line-height: 34px;
66
64
  }
@@ -17,16 +17,15 @@ export const DonatesTeaser: React.FC<DonatesTeaserProps> = ({
17
17
 
18
18
  const data = {
19
19
  ru: {
20
- title: 'Вы&nbsp;совершили чудо',
21
- subtitle:
22
- '&laquo;Медуза&raquo; продолжает&nbsp;работать, потому что есть&nbsp;вы',
20
+ title: 'Мы не сдаемся',
21
+ subtitle: 'Потому что вы с нами',
23
22
  button: '«Медуза», я с тобой ',
24
23
  href: 'https://support.meduza.io'
25
24
  },
26
25
  en: {
27
- title: 'Tune in and help Meduza!',
28
- subtitle: 'We’re only here thanks to you.',
29
- button: 'Pledge today',
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
  }