Skip to content

Commit 381964d

Browse files
bukinoshitagabrielmfern
authored andcommitted
fix(create-email): linter (#2023)
1 parent 050ee34 commit 381964d

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
@@ -50,24 +50,24 @@ export const VercelInviteUserEmail = ({
5050
<Head />
5151
<Preview>{previewText}</Preview>
5252
<Tailwind>
53-
<Body className="bg-white my-auto mx-auto font-sans px-2">
54-
<Container className="border border-solid border-[#eaeaea] rounded my-[40px] mx-auto p-[20px] max-w-[465px]">
53+
<Body className="mx-auto my-auto bg-white px-2 font-sans">
54+
<Container className="mx-auto my-[40px] max-w-[465px] rounded border border-[#eaeaea] border-solid p-[20px]">
5555
<Section className="mt-[32px]">
5656
<Img
5757
src={`${baseUrl}/static/vercel-logo.png`}
5858
width="40"
5959
height="37"
6060
alt="Vercel"
61-
className="my-0 mx-auto"
61+
className="mx-auto my-0"
6262
/>
6363
</Section>
64-
<Heading className="text-black text-[24px] font-normal text-center p-0 my-[30px] mx-0">
64+
<Heading className="mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black">
6565
Join <strong>{teamName}</strong> on <strong>Vercel</strong>
6666
</Heading>
67-
<Text className="text-black text-[14px] leading-[24px]">
67+
<Text className="text-[14px] text-black leading-[24px]">
6868
Hello {username},
6969
</Text>
70-
<Text className="text-black text-[14px] leading-[24px]">
70+
<Text className="text-[14px] text-black leading-[24px]">
7171
<strong>{invitedByUsername}</strong> (
7272
<Link
7373
href={`mailto:${invitedByEmail}`}
@@ -106,21 +106,21 @@ export const VercelInviteUserEmail = ({
106106
</Column>
107107
</Row>
108108
</Section>
109-
<Section className="text-center mt-[32px] mb-[32px]">
109+
<Section className="mt-[32px] mb-[32px] text-center">
110110
<Button
111-
className="bg-[#000000] rounded text-white text-[12px] font-semibold no-underline text-center px-5 py-3"
111+
className="rounded bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline"
112112
href={inviteLink}
113113
>
114114
Join the team
115115
</Button>
116116
</Section>
117-
<Text className="text-black text-[14px] leading-[24px]">
117+
<Text className="text-[14px] text-black leading-[24px]">
118118
or copy and paste this URL into your browser:{' '}
119119
<Link href={inviteLink} className="text-blue-600 no-underline">
120120
{inviteLink}
121121
</Link>
122122
</Text>
123-
<Hr className="border border-solid border-[#eaeaea] my-[26px] mx-0 w-full" />
123+
<Hr className="mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" />
124124
<Text className="text-[#666666] text-[12px] leading-[24px]">
125125
This invitation was intended for{' '}
126126
<span className="text-black">{username}</span>. This invite was

0 commit comments

Comments
 (0)