From 21265c9d4a7c8121d13c3d2b477f08c85f36a07f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 22:57:51 +0000 Subject: [PATCH] Add actions to Featured studios stat card in overview cgen-91c21854cf3543aaa8eeb0c4121a09b2 --- client/pages/Admin.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index 0546872e..4b358d1a 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -734,6 +734,12 @@ export default function Admin() { trend={stat.trend} icon={stat.icon} tone={stat.tone} + actions={stat.title === "Featured studios" ? ( +
+ + +
+ ) : undefined} /> ))}