Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 9, 2024
1 parent 35c8b06 commit af76f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CallOut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const CallOut = memo(
{...rest}
>
{title !== undefined && (
<HtmlTitleTag className={cx(fr.cx("fr-card__title"), classes.title)}>
<HtmlTitleTag className={cx(fr.cx("fr-callout__title"), classes.title)}>
{title}
</HtmlTitleTag>
)}
Expand Down

0 comments on commit af76f83

Please sign in to comment.