We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b6e2 commit 5047c8dCopy full SHA for 5047c8d
1 file changed
src/components/ChangelogDialog/ChangelogDialog.tsx
@@ -17,7 +17,7 @@ const b = block('changelog-dialog');
17
18
export interface ChangelogDialogProps {
19
open: boolean;
20
- title?: string;
+ title?: React.ReactNode;
21
fullListLink?: string;
22
items: ChangelogItem[];
23
disableBodyScrollLock?: boolean;
0 commit comments