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 3316847 commit 556d848Copy full SHA for 556d848
.prettierignore
@@ -2,4 +2,6 @@
2
**/build
3
**/public
4
pnpm-lock.yaml
5
-routeTree.gen.ts
+routeTree.gen.ts
6
+convex/_generated
7
+convex/README.md
app/routes/_libraries/index.tsx
@@ -188,7 +188,10 @@ const OssStats = () => {
188
</div>
189
190
<div className="px-4 py-2 flex justify-end">
191
- <a href="https://convex.dev" className="group flex items-center gap-2">
+ <a
192
+ href="https://www.convex.dev/?utm_source=tanstack"
193
+ className="group flex items-center gap-2"
194
+ >
195
<div className="h-2 w-2 animate-pulse rounded-full bg-green-500"></div>
196
<div className="flex items-center gap-1">
197
<span className="text-[.75rem] opacity-30 relative -top-px">
0 commit comments