From 1549c4be2e98f475cc8157ca01fba0a27de4103f Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 4 Mar 2022 11:51:22 +0100 Subject: [PATCH] update comment Signed-off-by: Johan Haals --- plugins/catalog/src/components/AboutCard/AboutCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/AboutCard/AboutCard.tsx b/plugins/catalog/src/components/AboutCard/AboutCard.tsx index b634c999f9..b7ccd49b31 100644 --- a/plugins/catalog/src/components/AboutCard/AboutCard.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutCard.tsx @@ -81,7 +81,7 @@ export interface AboutCardProps { } /** - * @public + * Exported publicly via the EntityAboutCard */ export function AboutCard(props: AboutCardProps) { const { variant } = props;