Skip to content

Commit

Permalink
fix: remove "**"
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Dec 12, 2024
1 parent aa3bb25 commit 5669480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/routes/pdf.$reportId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const PDF = () => {
<i className={cx(fr.cx("fr-icon-alert-fill"), css({ color: "#0063CB" }))} />
<styled.div
dangerouslySetInnerHTML={{
__html: transformBold(`**La modification du formulaire ré-initialisera cette mise en page.`),
__html: transformBold(`La modification du formulaire ré-initialisera cette mise en page.`),
}}
ml="16px"
pr="24px"
Expand Down

0 comments on commit 5669480

Please sign in to comment.