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 852e0a7 commit b160d1cCopy full SHA for b160d1c
apps/webapp/app/components/LoginPageLayout.tsx
@@ -63,7 +63,7 @@ export function LoginPageLayout({ children }: { children: React.ReactNode }) {
63
</div>
64
<div className="flex h-full max-w-sm items-center justify-center">{children}</div>
65
<Paragraph variant="small" className="hidden text-center lg:block">
66
- Having login issues? <TextLink href="https://@trigger.dev/contact">Email us</TextLink>{" "}
+ Having login issues? <TextLink href="https://trigger.dev/contact">Email us</TextLink>{" "}
67
or <TextLink href="https://trigger.dev/discord">ask us in Discord</TextLink>
68
</Paragraph>
69
0 commit comments