Skip to content

Commit 62706e3

Browse files
committed
fix(ui): set correct register url
1 parent e5af588 commit 62706e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/NodeInputSubmit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const NodeInputSubmit: FC<NodeInputProps> = ({
5151
return (
5252
<p className="registration-cta">
5353
Don&apos;t have an account?{" "}
54-
<Link href="/ui/register_email">Register</Link>
54+
<Link href="/ui/register">Register</Link>
5555
</p>
5656
);
5757
};

0 commit comments

Comments
 (0)