Skip to content
Merged
Changes from 1 commit
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
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