File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,19 @@ export const LayoutDocs = props => {
128
128
</ div >
129
129
< div className = "mt-12 relative" >
130
130
< 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 >
132
138
</ h4 >
133
139
< 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 .
136
142
</ p >
137
143
< BytesForm />
138
-
139
144
</ div >
140
145
</ div >
141
146
</ div >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const Nav = () => (
37
37
</ div >
38
38
< div >
39
39
< a
40
- href = "https://learn.tanstack.com/p/ react-query-essentials "
40
+ href = "https://ui.dev/ react-query?from=tanstack "
41
41
target = "_blank"
42
42
className = "leading-6 font-medium"
43
43
>
You can’t perform that action at this time.
0 commit comments