From adf196d3ffc43f825ef9d118f5945873e55da48b Mon Sep 17 00:00:00 2001 From: Julia Dirand Date: Wed, 29 Mar 2023 18:21:35 +0200 Subject: [PATCH] fix/missing-class-on-notice-title Adding the missing class "fr-notice__title" on the notice title as documented here : https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/bandeau-d-information-importante Signed-off-by: Julia Dirand --- src/Notice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notice.tsx b/src/Notice.tsx index e3c6cb583..2fadb99c1 100644 --- a/src/Notice.tsx +++ b/src/Notice.tsx @@ -126,7 +126,7 @@ export const Notice = memo( >
-

{title}

+

{title}

{/* TODO: Use our button once we have one */} {isClosable && (