Skip to content

Commit

Permalink
fix: 🐛 ajout d'un title pour le lien vers la licence
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaine committed Dec 12, 2024
1 parent 2d7018f commit 6ef1854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DsfrFooter/DsfrFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ const externalOperatorLink = computed(() => {
:to="isExternalLink ? undefined : routerLinkLicenceTo"
:href="isExternalLink ? aLicenceHref : undefined"
:target="isExternalLink ? '_blank' : undefined"
:title="isExternalLink ? `${licenceName} (nouvelle fenêtre)` : licenceName"
rel="noopener noreferrer"
v-bind="licenceLinkAttrs"
>
Expand Down

0 comments on commit 6ef1854

Please # to comment.