Skip to content

Commit

Permalink
chore(header): add button connexion in header
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Oct 14, 2024
1 parent 438ad05 commit 64cad5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Header() {
linkProps: {
to: "https://github.com/numerique-gouv/agentconnect-documentation/blob/main/README.md#-agentconnect---documentation",
},
text: "Intégrer ProConnect sur votre site",
text: "Intégrer ProConnect",
},
{
iconId: "fr-icon-timer-line",
Expand All @@ -52,6 +52,13 @@ function Header() {
},
text: "Feuille de route",
},
{
iconId: "fr-icon-account-circle-line",
linkProps: {
to: "/connexion",
},
text: "Se connecter",
},
]}
serviceTagline="la solution officielle qui vous identifie en tant que professionnel"
serviceTitle="ProConnect"
Expand Down

0 comments on commit 64cad5f

Please sign in to comment.