File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -120,17 +120,13 @@ export function Navbar() {
120
120
</ div >
121
121
< div className = "hidden sm:ml-6 sm:block" >
122
122
< div className = "flex space-x-4" >
123
- { /* Important to open this in a new window to escape the SPA router, otherwise the link won't take us to the right page */ }
124
- < NavLink href = "/registry/login" target = "_blank" >
125
- Log in
126
- </ NavLink >
123
+ < NavLink href = "/registry/login" > Log in</ NavLink >
127
124
128
- { /* Important to open this in a new window to escape the SPA router, otherwise the link won't take us to the right page */ }
129
125
< ButtonLink
130
126
size = "small"
131
127
background = "blue"
132
128
href = "/registry/signup"
133
- target = "_blank "
129
+ target = "_self "
134
130
>
135
131
Sign up
136
132
</ ButtonLink >
You can’t perform that action at this time.
0 commit comments