Skip to content

Commit

Permalink
Fix link and open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Oct 1, 2024
1 parent 72f3f32 commit 7ea7b0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/libs/wdk-client/src/Core/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ export default class Root extends React.Component<Props, State> {
>
Log in
</Link>
<Link className="register-button" to="/user/register">
<Link
className="register-button"
target="_blank"
to="/user/registration"
>
Register
</Link>
.
Expand Down

0 comments on commit 7ea7b0c

Please sign in to comment.