diff --git a/packages/ui/components/app-list-card/AppListCard.tsx b/packages/ui/components/app-list-card/AppListCard.tsx index 51366eff66..78df7ba829 100644 --- a/packages/ui/components/app-list-card/AppListCard.tsx +++ b/packages/ui/components/app-list-card/AppListCard.tsx @@ -53,34 +53,36 @@ export const AppListCard = (props: AppListCardProps & { highlight?: boolean }) = return (
-
+
{logo ? ( {`${title} ) : null} -
+

{title}

-
+
{isDefault && {t("default")}} {isTemplate && Template}
- {description} + + {description} + {invalidCredential && (
- - + + {t("invalid_credential", { appName: title })}
)}
{credentialOwner && ( -
+
)} - {actions} + {actions &&
{actions}
}
{children}