Skip to content

Commit 556d848

Browse files
fix: add utm query on the convex link (#320)
Co-authored-by: SeanCassiere <[email protected]>
1 parent 3316847 commit 556d848

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
**/build
33
**/public
44
pnpm-lock.yaml
5-
routeTree.gen.ts
5+
routeTree.gen.ts
6+
convex/_generated
7+
convex/README.md

app/routes/_libraries/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,10 @@ const OssStats = () => {
188188
</div>
189189
</div>
190190
<div className="px-4 py-2 flex justify-end">
191-
<a href="https://convex.dev" className="group flex items-center gap-2">
191+
<a
192+
href="https://www.convex.dev/?utm_source=tanstack"
193+
className="group flex items-center gap-2"
194+
>
192195
<div className="h-2 w-2 animate-pulse rounded-full bg-green-500"></div>
193196
<div className="flex items-center gap-1">
194197
<span className="text-[.75rem] opacity-30 relative -top-px">

0 commit comments

Comments
 (0)