Skip to content

Commit 58e3313

Browse files
committed
fixed type error related to DemoCardBlurb, now that it includes an anchor tag
1 parent 206ecc2 commit 58e3313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlflow-site/src/app/components/DemoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const DemoCard = ({
66
video
77
}: {
88
key: string;
9-
blurb: string;
9+
blurb: string | React.JSX.Element;
1010
header: string;
1111
video: string;
1212
}) => {

0 commit comments

Comments
 (0)