Skip to content

Commit

Permalink
fix: allow component as card description (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Apr 2, 2024
1 parent 0a9e378 commit 8f66563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type CardProps = {
* creator name
*/
creator?: string;
description?: string;
description?: string | JSX.Element;
height?: string | number;
/**
* image link to display as thumbnail
Expand Down

0 comments on commit 8f66563

Please sign in to comment.