Skip to content

Commit bbe32e9

Browse files
committed
Add remix icon for test in the CRA app
1 parent 83c4929 commit bbe32e9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

test/integration/cra/src/index.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,23 @@ function Root() {
5050
<Header
5151
brandTop={<>INTITULE<br />OFFICIEL</>}
5252
serviceTitle="Nom du site / service"
53-
quickAccessItems={[headerFooterDisplayItem]}
53+
quickAccessItems={[headerFooterDisplayItem,
54+
{
55+
iconId: "ri-chat-3-line",
56+
linkProps: {
57+
href: "#",
58+
target: "_self",
59+
},
60+
text: "Soumettre mes retours",
61+
},
62+
{
63+
iconId: "ri-mail-line",
64+
linkProps: {
65+
href: `mailto:${"joseph.garrone@code.gouv.fr"}`,
66+
},
67+
text: "Nous contacter",
68+
},
69+
]}
5470
homeLinkProps={{ ...routes.home().link, "title": "Accueil - Nom de l’entité (ministère, secrétariat d‘état, gouvernement)" }}
5571
navigation={[
5672
{

0 commit comments

Comments
 (0)