Skip to content

Commit e91bc9a

Browse files
bukinoshitagabrielmfern
authored andcommitted
fix(benchmarks): linter (#2022)
1 parent 866feb0 commit e91bc9a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

benchmarks/tailwind-component/src/emails/with-tailwind.tsx

+17-17
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
3838
<Head />
3939
<Preview>Google Play developers</Preview>
4040
<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">
4242
<Section>
4343
<Row>
4444
<Column>
@@ -51,7 +51,7 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
5151
/>
5252
<Img
5353
alt="Google Play"
54-
className="py-0 px-10"
54+
className="px-10 py-0"
5555
height="31"
5656
src={`${baseUrl}/static/google-play-logo.png`}
5757
width="155"
@@ -60,9 +60,9 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
6060
</Row>
6161
</Section>
6262

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">
6666
DEVELOPER UPDATE
6767
</Text>
6868
<Text className="text-sm leading-5">
@@ -75,7 +75,7 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
7575
<Text className="text-sm leading-5">
7676
We've added clarifications to our{' '}
7777
<Link
78-
className="text-sm leading-5 text-[#004dcf]"
78+
className="text-[#004dcf] text-sm leading-5"
7979
href="https://notifications.google.com"
8080
>
8181
Target API Level policy
@@ -88,14 +88,14 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
8888
<Text className="text-sm leading-5">
8989
We’re noting exceptions to the{' '}
9090
<Link
91-
className="text-sm leading-5 text-[#004dcf]"
91+
className="text-[#004dcf] text-sm leading-5"
9292
href="https://notifications.google.com"
9393
>
9494
Target API Level policy
9595
</Link>
9696
, which can be found in our updated{' '}
9797
<Link
98-
className="text-sm leading-5 text-[#004dcf]"
98+
className="text-[#004dcf] text-sm leading-5"
9999
href="https://notifications.google.com"
100100
>
101101
Help Center article.
@@ -104,14 +104,14 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
104104
target automotive or wearables form factors and are bundled within
105105
the same package.{' '}
106106
<Link
107-
className="text-sm leading-5 text-[#004dcf]"
107+
className="text-[#004dcf] text-sm leading-5"
108108
href="https://notifications.google.com"
109109
>
110110
Learn more
111111
</Link>
112112
</Text>
113113
</Section>
114-
<Section className="py-0 px-10">
114+
<Section className="px-10 py-0">
115115
<Text className="text-sm leading-5">
116116
We’re also extending the deadline to give you more time to adjust
117117
to these changes. Now, apps that target API level 29 or below will
@@ -120,17 +120,17 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
120120
to update your app, you can request an extension to keep your app
121121
discoverable to all users until May 1, 2023.
122122
</Text>
123-
<Hr className="border-[#e8eaed] my-5 mx-0" />
123+
<Hr className="mx-0 my-5 border-[#e8eaed]" />
124124
</Section>
125125

126-
<Section className="py-0 px-10">
126+
<Section className="px-10 py-0">
127127
<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">
129129
The Google Play team
130130
</Text>
131131
</Section>
132132

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">
134134
<Row>
135135
<Text className="text-sm leading-5">Connect with us</Text>
136136
</Row>
@@ -178,12 +178,12 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
178178
</Row>
179179
</Section>
180180

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">
183183
© 2022 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA
184184
94043, USA
185185
</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">
187187
You have received this mandatory email service announcement to
188188
update you about important changes to your Google Play Developer
189189
account.

0 commit comments

Comments
 (0)