Skip to content

Commit e3e4a1f

Browse files
authored
Merge pull request #28 from input-output-hk/feat/info-bar-change-message-type
feat: change message property type for info bar component
2 parents 4db04ce + 7a0b7fd commit e3e4a1f

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

+1-1
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)