Skip to content

Commit 7a0b7fd

Browse files
committed
feat: change message property type for info bar component
1 parent 4db04ce commit 7a0b7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-system/info-bar/info-bar.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Text } from '../text';
99
import * as cx from './info-bar.css';
1010

1111
export interface Props {
12-
message: string;
12+
message: ReactNode;
1313
icon: ReactNode;
1414
callToAction?: {
1515
label?: string;

0 commit comments

Comments
 (0)