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} /> ))}