Skip to content

Commit 7679334

Browse files
committed
Update Menu.js
1 parent 7a29808 commit 7679334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/Menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function MenuButton() {
3030
<Menu.Item>
3131
{({ active }) => (
3232
<a
33-
href="#"
33+
href="/docs"
3434
className={classNames(
3535
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
3636
'block px-4 py-2 text-base sm:hidden'

0 commit comments

Comments
 (0)