Skip to content

Commit b160d1c

Browse files
committed
broken URL fix
1 parent 852e0a7 commit b160d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/LoginPageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function LoginPageLayout({ children }: { children: React.ReactNode }) {
6363
</div>
6464
<div className="flex h-full max-w-sm items-center justify-center">{children}</div>
6565
<Paragraph variant="small" className="hidden text-center lg:block">
66-
Having login issues? <TextLink href="https://@trigger.dev/contact">Email us</TextLink>{" "}
66+
Having login issues? <TextLink href="https://trigger.dev/contact">Email us</TextLink>{" "}
6767
or <TextLink href="https://trigger.dev/discord">ask us in Discord</TextLink>
6868
</Paragraph>
6969
</div>

0 commit comments

Comments
 (0)