We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efee4fe commit 9cedbd7Copy full SHA for 9cedbd7
apps/demo/emails/magic-links/linear-login-code.tsx
@@ -59,7 +59,10 @@ export const LinearLoginCodeEmail = ({
59
{validationCode}
60
</code>
61
<Hr className="border-[#dfe1e4] mt-[42px] mb-[26px]" />
62
- <Link href="https://linear.app" className="text-[#b4becc] text-[14px]">
+ <Link
63
+ href="https://linear.app"
64
+ className="text-[#b4becc] text-[14px]"
65
+ >
66
Linear
67
</Link>
68
</Container>
@@ -73,4 +76,3 @@ LinearLoginCodeEmail.PreviewProps = {
73
76
} as LinearLoginCodeEmailProps;
74
77
75
78
export default LinearLoginCodeEmail;
-
0 commit comments