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 72687a3 commit 65fee00Copy full SHA for 65fee00
src/components/landing/Navbar.tsx
@@ -153,7 +153,7 @@ export function Navbar() {
153
<Disclosure.Button
154
key="log-in"
155
as="a"
156
- href="/"
+ href="/registry/login"
157
className={classNames(
158
linkStyles,
159
'block text-white/60 hover:text-white hover:bg-white/10 rounded-md',
@@ -165,7 +165,7 @@ export function Navbar() {
165
166
key="sign-up"
167
168
+ href="/registry/signup"
169
170
171
0 commit comments