@@ -38,7 +38,7 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
38
38
< Head />
39
39
< Preview > Google Play developers</ Preview >
40
40
< Body className = "bg-[#dbddde] font-main" >
41
- < Container className = "my-7 mx-auto w-[610px] bg-white rounded-md overflow-hidden " >
41
+ < Container className = "mx-auto my-7 w-[610px] overflow-hidden rounded-md bg-white " >
42
42
< Section >
43
43
< Row >
44
44
< Column >
@@ -51,7 +51,7 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
51
51
/>
52
52
< Img
53
53
alt = "Google Play"
54
- className = "py-0 px-10"
54
+ className = "px-10 py-0 "
55
55
height = "31"
56
56
src = { `${ baseUrl } /static/google-play-logo.png` }
57
57
width = "155"
@@ -60,9 +60,9 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
60
60
</ Row >
61
61
</ Section >
62
62
63
- < Section className = "py-0 px-10" >
64
- < Hr className = "border-[#e8eaed] my-5 mx-0 " />
65
- < Text className = "text-sm leading-6 text-[#004dcf] " >
63
+ < Section className = "px-10 py-0 " >
64
+ < Hr className = "mx-0 my-5 border-[#e8eaed] " />
65
+ < Text className = "text-[#004dcf] text- sm leading-6" >
66
66
DEVELOPER UPDATE
67
67
</ Text >
68
68
< Text className = "text-sm leading-5" >
@@ -75,7 +75,7 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
75
75
< Text className = "text-sm leading-5" >
76
76
We've added clarifications to our{ ' ' }
77
77
< Link
78
- className = "text-sm leading-5 text-[#004dcf] "
78
+ className = "text-[#004dcf] text- sm leading-5"
79
79
href = "https://notifications.google.com"
80
80
>
81
81
Target API Level policy
@@ -88,14 +88,14 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
88
88
< Text className = "text-sm leading-5" >
89
89
We’re noting exceptions to the{ ' ' }
90
90
< Link
91
- className = "text-sm leading-5 text-[#004dcf] "
91
+ className = "text-[#004dcf] text- sm leading-5"
92
92
href = "https://notifications.google.com"
93
93
>
94
94
Target API Level policy
95
95
</ Link >
96
96
, which can be found in our updated{ ' ' }
97
97
< Link
98
- className = "text-sm leading-5 text-[#004dcf] "
98
+ className = "text-[#004dcf] text- sm leading-5"
99
99
href = "https://notifications.google.com"
100
100
>
101
101
Help Center article.
@@ -104,14 +104,14 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
104
104
target automotive or wearables form factors and are bundled within
105
105
the same package.{ ' ' }
106
106
< Link
107
- className = "text-sm leading-5 text-[#004dcf] "
107
+ className = "text-[#004dcf] text- sm leading-5"
108
108
href = "https://notifications.google.com"
109
109
>
110
110
Learn more
111
111
</ Link >
112
112
</ Text >
113
113
</ Section >
114
- < Section className = "py-0 px-10" >
114
+ < Section className = "px-10 py-0 " >
115
115
< Text className = "text-sm leading-5" >
116
116
We’re also extending the deadline to give you more time to adjust
117
117
to these changes. Now, apps that target API level 29 or below will
@@ -120,17 +120,17 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
120
120
to update your app, you can request an extension to keep your app
121
121
discoverable to all users until May 1, 2023.
122
122
</ Text >
123
- < Hr className = "border-[#e8eaed] my-5 mx-0 " />
123
+ < Hr className = "mx-0 my-5 border-[#e8eaed] " />
124
124
</ Section >
125
125
126
- < Section className = "py-0 px-10" >
126
+ < Section className = "px-10 py-0 " >
127
127
< Text className = "text-sm leading-5" > Thank you,</ Text >
128
- < Text className = "text-xl leading-5 text-[#3c4043] " >
128
+ < Text className = "text-[#3c4043] text- xl leading-5" >
129
129
The Google Play team
130
130
</ Text >
131
131
</ Section >
132
132
133
- < Section className = "bg-[#f0fcff] w-[90%] rounded-md overflow-hidden pl-5" >
133
+ < Section className = "w-[90%] overflow-hidden rounded-md bg-[#f0fcff] pl-5" >
134
134
< Row >
135
135
< Text className = "text-sm leading-5" > Connect with us</ Text >
136
136
</ Row >
@@ -178,12 +178,12 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
178
178
</ Row >
179
179
</ Section >
180
180
181
- < Section className = "py-0 px-10 !pt-7 " >
182
- < Text className = "text-xs leading-5 text-[#3c4043] text-center margin-0 " >
181
+ < Section className = "!pt-7 px-10 py-0 " >
182
+ < Text className = "margin-0 text-center text-[#3c4043] text-xs leading-5 " >
183
183
© 2022 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA
184
184
94043, USA
185
185
</ Text >
186
- < Text className = "text-xs leading-5 text-[#3c4043] text-center margin-0 " >
186
+ < Text className = "margin-0 text-center text-[#3c4043] text-xs leading-5 " >
187
187
You have received this mandatory email service announcement to
188
188
update you about important changes to your Google Play Developer
189
189
account.
0 commit comments