diff --git a/apps/web/modules/apps/components/AppCard.tsx b/apps/web/modules/apps/components/AppCard.tsx index 9aacf841d9..1cfa211d70 100644 --- a/apps/web/modules/apps/components/AppCard.tsx +++ b/apps/web/modules/apps/components/AppCard.tsx @@ -127,17 +127,9 @@ export function AppCard({ app, credentials, searchText, userAdminTeams }: AppCar {props.rating} stars {props.reviews} reviews */} - {/* biome-ignore lint/security/noDangerouslySetInnerHtml: Content is sanitized via markdownToSafeHTML */} -

+

+ {markdownToSafeHTML(app.description).replace(/<[^>]+>/g, "")} +