Skip to content

Commit 5047c8d

Browse files
authored
fix(ChangelogDialog): change type of title to React.ReactNode (#357)
1 parent 6e6b6e2 commit 5047c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ChangelogDialog/ChangelogDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const b = block('changelog-dialog');
1717

1818
export interface ChangelogDialogProps {
1919
open: boolean;
20-
title?: string;
20+
title?: React.ReactNode;
2121
fullListLink?: string;
2222
items: ChangelogItem[];
2323
disableBodyScrollLock?: boolean;

0 commit comments

Comments
 (0)