Skip to content

Commit dfe0603

Browse files
authored
Merge pull request #102 from oslabs-beta/site-typeFix
fixed type error related to DemoCardBlurb
2 parents 206ecc2 + 58e3313 commit dfe0603

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)