From 7f8f81932b57a59b4d11a6fec58f4e11fb3bab57 Mon Sep 17 00:00:00 2001 From: Hangzhi Date: Fri, 27 Mar 2026 05:31:01 +0000 Subject: [PATCH] Add 2077AI acknowledgement to registry dataset cards Display a linked 2077AI acknowledgement above the uvx command in each dataset card on the registry page. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/(home)/registry/dataset-card.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/(home)/registry/dataset-card.tsx b/src/app/(home)/registry/dataset-card.tsx index 461a987..fafde30 100644 --- a/src/app/(home)/registry/dataset-card.tsx +++ b/src/app/(home)/registry/dataset-card.tsx @@ -10,6 +10,7 @@ import { CardHeader, CardTitle, } from "@/components/ui/card"; +import { Heart } from "lucide-react"; import Link from "next/link"; import { toast } from "sonner"; @@ -64,6 +65,16 @@ export function DatasetCard({ + e.stopPropagation()} + > + + 2077AI +
{