Skip to content

Commit

Permalink
fix convex link
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Dec 14, 2024
1 parent 3316847 commit 77557e4
Showing 1 changed file with 4 additions and 1 deletion.
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 77557e4

Please sign in to comment.