Skip to content

Commit

Permalink
feat: lien externe sur l'aide dans le menu
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <hello@maudroyer.fr>
  • Loading branch information
jillro committed Apr 11, 2024
1 parent 7c67477 commit 1c60c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</router-link>
</li>
<li>
<a :href="documentationPage" class="fr-btn fr-btn--icon-left fr-icon-questionnaire-fill">
<a :href="documentationPage" target="_blank" class="fr-btn fr-btn--icon-left fr-icon-questionnaire-fill">
Aide
</a>
</li>
Expand Down

0 comments on commit 1c60c40

Please sign in to comment.