Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading