We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fe642 commit 40e4701Copy full SHA for 40e4701
src/components/landing/Navbar.tsx
@@ -121,14 +121,17 @@ export function Navbar() {
121
</div>
122
<div className="hidden sm:ml-6 sm:block">
123
<div className="flex space-x-4">
124
+ {/* Important to open this in a new window to escape the SPA router, otherwise the link won't take us to the right page */}
125
<NavLink href="/registry/login" target="_blank">
126
Log in
127
</NavLink>
128
129
130
<ButtonLink
131
size="small"
132
background="blue"
133
href="/registry/signup"
134
+ target="_blank"
135
>
136
Sign up
137
</ButtonLink>
0 commit comments