Skip to content

Commit

Permalink
fix: link to my declaration page (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturlg authored Jan 15, 2024
1 parent 74aa95d commit ade605d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,11 @@ const ConfirmationPage = () => {
footer={
<ul className="fr-links-group">
<li>
<a className="fr-link fr-icon-arrow-right-line fr-link--icon-right" href="/index-egapro/">
Guide Mon Espace
<a
className="fr-link fr-icon-arrow-right-line fr-link--icon-right"
href="/mon-espace/mes-declarations"
>
Accéder à mon espace
</a>
</li>
</ul>
Expand Down

0 comments on commit ade605d

Please sign in to comment.