From 1febca455456635bdaf7ea69a1f18034f570dd3a Mon Sep 17 00:00:00 2001 From: Kim T Date: Sat, 27 Dec 2025 11:47:00 -0500 Subject: [PATCH] Display donate button if field exists --- components/details.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/details.tsx b/components/details.tsx index 622130e4..f0577b7a 100644 --- a/components/details.tsx +++ b/components/details.tsx @@ -89,6 +89,11 @@ const Details = ({ downloads, pkg, pkgVersion, type }: DetailsProps) => ( + {pkgVersion.donate ? ( + + + + ) : ''}