Skip to content

Commit b6a2a66

Browse files
committed
Improve copy in magic link email
1 parent bd964a4 commit b6a2a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal-packages/emails/emails/magic-link.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ export default function Email({ magicLink }: { magicLink: string }) {
4040
</Button>
4141
</Section>
4242
<Section className="mb-6">
43-
<Text className="text-[16px] text-[#878C99] inline">
43+
<Text className="text-[14px] text-[#878C99]">
4444
Can&apos;t see the button? Copy and paste this link into your browser:{" "}
4545
</Text>
4646
<Link
4747
href={magicLink}
4848
target="_blank"
49-
className="text-[#6366F1] text-[16px] block no-underline mt-1"
49+
className="text-[#6366F1] text-[14px] no-underline"
5050
>
5151
{magicLink}
5252
</Link>

0 commit comments

Comments
 (0)