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 5cf2b53 commit 725df55Copy full SHA for 725df55
frontend/src/app/connect.tsx
@@ -31,7 +31,7 @@ export function Connect({
31
<div className="flex-1 flex flex-col gap-2 mt-4">
32
<div className="flex flex-row justify-stretch items-center gap-2">
33
<DocsSheet
34
- path={docsLinks.gettingStarted.node}
+ path={docsLinks.gettingStarted.js}
35
title="Node.js & Bun Quickstart"
36
>
37
<Button
0 commit comments