Skip to content

Commit e5137fe

Browse files
committed
lint
1 parent 302b6c8 commit e5137fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/demo/emails/magic-links/linear-login-code.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ export const LinearLoginCodeEmail = ({
5959
{validationCode}
6060
</code>
6161
<Hr className="border-[#dfe1e4] mt-[42px] mb-[26px]" />
62-
<Link href="https://linear.app" className="text-[#b4becc] text-[14px]">
62+
<Link
63+
href="https://linear.app"
64+
className="text-[#b4becc] text-[14px]"
65+
>
6366
Linear
6467
</Link>
6568
</Container>
@@ -73,4 +76,3 @@ LinearLoginCodeEmail.PreviewProps = {
7376
} as LinearLoginCodeEmailProps;
7477

7578
export default LinearLoginCodeEmail;
76-

0 commit comments

Comments
 (0)