Skip to content

Commit

Permalink
frontend: Updating ProjectCatalog Card Title Type (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh authored Jul 24, 2023
1 parent 402fdff commit 360f0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/workflows/projectCatalog/src/details/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface CatalogDetailsCard {
}

interface CardTitleProps {
title?: string;
title?: string | Element | React.ReactNode;
titleVariant?: TypographyProps["variant"];
titleIcon?: React.ReactNode;
endAdornment?: React.ReactNode;
Expand Down

0 comments on commit 360f0cd

Please sign in to comment.