Skip to content

Commit

Permalink
fix: add utm query on the convex link (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: SeanCassiere <[email protected]>
  • Loading branch information
erquhart and SeanCassiere authored Dec 17, 2024
1 parent 3316847 commit 556d848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
**/build
**/public
pnpm-lock.yaml
routeTree.gen.ts
routeTree.gen.ts
convex/_generated
convex/README.md
5 changes: 4 additions & 1 deletion app/routes/_libraries/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ const OssStats = () => {
</div>
</div>
<div className="px-4 py-2 flex justify-end">
<a href="https://convex.dev" className="group flex items-center gap-2">
<a
href="https://www.convex.dev/?utm_source=tanstack"
className="group flex items-center gap-2"
>
<div className="h-2 w-2 animate-pulse rounded-full bg-green-500"></div>
<div className="flex items-center gap-1">
<span className="text-[.75rem] opacity-30 relative -top-px">
Expand Down

0 comments on commit 556d848

Please sign in to comment.