Skip to content

Commit b992f89

Browse files
Update Learn link and sidebar (#3486)
1 parent b5675e9 commit b992f89

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/src/components/LayoutDocs.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,19 @@ export const LayoutDocs = props => {
128128
</div>
129129
<div className="mt-12 relative">
130130
<h4 className="font-semibold uppercase text-sm mb-2 mt-2 text-gray-500">
131-
Subscribe to Bytes
131+
Subscribe to{' '}
132+
<a
133+
className="text-blue-600"
134+
href="https://bytes.dev?r=tanstack"
135+
>
136+
Bytes
137+
</a>
132138
</h4>
133139
<p className="mt-4 text-sm leading-6 mb-4">
134-
The best JavaScript newsletter! Delivered every
135-
Monday to over 76,000 devs.
140+
Your weekly dose of JavaScript news. Delivered every
141+
Monday to over 80,000 devs, for free.
136142
</p>
137143
<BytesForm />
138-
139144
</div>
140145
</div>
141146
</div>

docs/src/components/Nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const Nav = () => (
3737
</div>
3838
<div>
3939
<a
40-
href="https://learn.tanstack.com/p/react-query-essentials"
40+
href="https://ui.dev/react-query?from=tanstack"
4141
target="_blank"
4242
className="leading-6 font-medium"
4343
>

0 commit comments

Comments
 (0)