Skip to content

Commit 423e900

Browse files
committed
fix(ui): set correct register url
1 parent 39056ec commit 423e900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/components/NodeInputSubmit.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ export const NodeInputSubmit: FC<NodeInputProps> = ({
5050

5151
return (
5252
<p className="registration-cta">
53-
Don&apos;t have an account?{" "}
54-
<Link href="/ui/register_email">Register</Link>
53+
Don&apos;t have an account? <Link href="/ui/register">Register</Link>
5554
</p>
5655
);
5756
};

0 commit comments

Comments
 (0)