Skip to content

Commit

Permalink
Merge pull request #28 from input-output-hk/feat/info-bar-change-mess…
Browse files Browse the repository at this point in the history
…age-type

feat: change message property type for info bar component
  • Loading branch information
vetalcore authored Jul 11, 2024
2 parents 4db04ce + 7a0b7fd commit e3e4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design-system/info-bar/info-bar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Text } from '../text';
import * as cx from './info-bar.css';

export interface Props {
message: string;
message: ReactNode;
icon: ReactNode;
callToAction?: {
label?: string;
Expand Down

0 comments on commit e3e4a1f

Please sign in to comment.