From 95af6f3d198b059b099bf460f99ca20251e01b81 Mon Sep 17 00:00:00 2001 From: Reyna Nikolayev Date: Tue, 8 Apr 2025 12:56:00 -0700 Subject: [PATCH] fix api report Signed-off-by: Reyna Nikolayev --- plugins/home/report.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/home/report.api.md b/plugins/home/report.api.md index 0bfa6230e7..37630e2e11 100644 --- a/plugins/home/report.api.md +++ b/plugins/home/report.api.md @@ -194,7 +194,7 @@ export const QuickStartCard: ( // @public export type QuickStartCardProps = { modalTitle?: string | JSX_3.Element; - docsLinkTitle?: string | React.JSX.Element; + docsLinkTitle?: string | JSX_3.Element; docsLink?: string; video?: JSX_3.Element; image: JSX_3.Element;