Skip to content

Commit 65fee00

Browse files
authored
Fix log in and sign up links in mobile menu (#269)
1 parent 72687a3 commit 65fee00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/landing/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export function Navbar() {
153153
<Disclosure.Button
154154
key="log-in"
155155
as="a"
156-
href="/"
156+
href="/registry/login"
157157
className={classNames(
158158
linkStyles,
159159
'block text-white/60 hover:text-white hover:bg-white/10 rounded-md',
@@ -165,7 +165,7 @@ export function Navbar() {
165165
<Disclosure.Button
166166
key="sign-up"
167167
as="a"
168-
href="/"
168+
href="/registry/signup"
169169
className={classNames(
170170
linkStyles,
171171
'block text-white/60 hover:text-white hover:bg-white/10 rounded-md',

0 commit comments

Comments
 (0)