Skip to content

Commit 9a6f9e1

Browse files
committed
1 parent d2189a1 commit 9a6f9e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Navbar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ function MobileNav({ signOut }: { signOut: () => void }) {
107107
</Link>
108108
)}
109109
<Link
110-
to="/docs"
110+
to="https://docs.harperdb.io/docs"
111+
target="_blank"
112+
rel="noreferrer noopener"
111113
className="flex flex-row px-3 py-2 text-base font-medium text-gray-300 rounded-md hover:bg-gray-700 hover:text-white"
112114
>
113115
<BookOpenTextIcon className="mr-4" /> Docs

0 commit comments

Comments
 (0)