diff --git a/packages/ui/components/AppCard.tsx b/packages/ui/components/AppCard.tsx index 837be3297..cefb35a5c 100644 --- a/packages/ui/components/AppCard.tsx +++ b/packages/ui/components/AppCard.tsx @@ -21,8 +21,12 @@ export const AppCard = ({isActive = false, name, description, badges, className,

{name}

- {isClient && } - {isServer && } + { (isClient || isServer) && +
+ {isClient && } + {isServer && } +
+ } {badges.map((badge, index) => ())}