Skip to content

Commit c3711e7

Browse files
committed
docs: add learn link
1 parent 4d1c5c1 commit c3711e7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/src/components/Nav.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ export const Nav = () => (
3434
</Link>
3535
</div>
3636
<div>
37-
<Link href="/docs/api">
38-
<a className="leading-6 font-medium">API</a>
39-
</Link>
37+
<a
38+
href="https://learn.tanstack.com/p/react-query-essentials"
39+
target="_blank"
40+
className="leading-6 font-medium"
41+
>
42+
Learn
43+
</a>
4044
</div>
4145
<div>
4246
<a href="https://tanstack.com" className="leading-6 font-medium">

media/logo.sketch

-82 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)