Skip to content

Commit 0475688

Browse files
committed
fix(create-email): linter
1 parent 30d0b6d commit 0475688

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/create-email/template/emails/vercel-invite-user.tsx

+10-10
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@ export const VercelInviteUserEmail = ({
5151
<Head />
5252
<Preview>{previewText}</Preview>
5353
<Tailwind>
54-
<Body className="bg-white my-auto mx-auto font-sans px-2">
55-
<Container className="border border-solid border-[#eaeaea] rounded my-[40px] mx-auto p-[20px] max-w-[465px]">
54+
<Body className="mx-auto my-auto bg-white px-2 font-sans">
55+
<Container className="mx-auto my-[40px] max-w-[465px] rounded border border-[#eaeaea] border-solid p-[20px]">
5656
<Section className="mt-[32px]">
5757
<Img
5858
src={`${baseUrl}/static/vercel-logo.png`}
5959
width="40"
6060
height="37"
6161
alt="Vercel"
62-
className="my-0 mx-auto"
62+
className="mx-auto my-0"
6363
/>
6464
</Section>
65-
<Heading className="text-black text-[24px] font-normal text-center p-0 my-[30px] mx-0">
65+
<Heading className="mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black">
6666
Join <strong>{teamName}</strong> on <strong>Vercel</strong>
6767
</Heading>
68-
<Text className="text-black text-[14px] leading-[24px]">
68+
<Text className="text-[14px] text-black leading-[24px]">
6969
Hello {username},
7070
</Text>
71-
<Text className="text-black text-[14px] leading-[24px]">
71+
<Text className="text-[14px] text-black leading-[24px]">
7272
<strong>{invitedByUsername}</strong> (
7373
<Link
7474
href={`mailto:${invitedByEmail}`}
@@ -107,21 +107,21 @@ export const VercelInviteUserEmail = ({
107107
</Column>
108108
</Row>
109109
</Section>
110-
<Section className="text-center mt-[32px] mb-[32px]">
110+
<Section className="mt-[32px] mb-[32px] text-center">
111111
<Button
112-
className="bg-[#000000] rounded text-white text-[12px] font-semibold no-underline text-center px-5 py-3"
112+
className="rounded bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline"
113113
href={inviteLink}
114114
>
115115
Join the team
116116
</Button>
117117
</Section>
118-
<Text className="text-black text-[14px] leading-[24px]">
118+
<Text className="text-[14px] text-black leading-[24px]">
119119
or copy and paste this URL into your browser:{' '}
120120
<Link href={inviteLink} className="text-blue-600 no-underline">
121121
{inviteLink}
122122
</Link>
123123
</Text>
124-
<Hr className="border border-solid border-[#eaeaea] my-[26px] mx-0 w-full" />
124+
<Hr className="mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" />
125125
<Text className="text-[#666666] text-[12px] leading-[24px]">
126126
This invitation was intended for{' '}
127127
<span className="text-black">{username}</span>. This invite was

0 commit comments

Comments
 (0)