Skip to content

Commit a1a581f

Browse files
committed
test log in links
1 parent a3af3e9 commit a1a581f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/landing/Navbar.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,13 @@ export function Navbar() {
120120
</div>
121121
<div className="hidden sm:ml-6 sm:block">
122122
<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>
127124

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 */}
129125
<ButtonLink
130126
size="small"
131127
background="blue"
132128
href="/registry/signup"
133-
target="_blank"
129+
target="_self"
134130
>
135131
Sign up
136132
</ButtonLink>

0 commit comments

Comments
 (0)