Skip to content

Commit

Permalink
feat: ✨ Maj 1.12.0 les liens du composant footer ne sont plus dans le…
Browse files Browse the repository at this point in the history
… même ordre et le texte concernant le copyright change
  • Loading branch information
DaBadBunny authored and laruiss committed Jul 16, 2024
1 parent 18ceb58 commit 874f337
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/DsfrFooter/DsfrFooter.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ const data = {

}
const ecosystemLinks = [{
label: 'legifrance.gouv.fr',
href: 'https://legifrance.gouv.fr',
}, {
label: 'info.gouv.fr',
href: 'https://info.gouv.fr',
}, {
label: 'service-public.fr',
href: 'https://service-public.fr',
}, {
label: 'legifrance.gouv.fr',
href: 'https://legifrance.gouv.fr',
}, {
label: 'data.gouv.fr',
href: 'https://data.gouv.fr',
Expand Down
10 changes: 5 additions & 5 deletions src/components/DsfrFooter/DsfrFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ const props = withDefaults(defineProps<DsfrFooterProps>(), {
},
],
ecosystemLinks: () => [
{
label: 'legifrance.gouv.fr',
href: 'https://legifrance.gouv.fr',
},
{
label: 'info.gouv.fr',
href: 'https://info.gouv.fr',
Expand All @@ -62,6 +58,10 @@ const props = withDefaults(defineProps<DsfrFooterProps>(), {
label: 'service-public.fr',
href: 'https://service-public.fr',
},
{
label: 'legifrance.gouv.fr',
href: 'https://legifrance.gouv.fr',
},
{
label: 'data.gouv.fr',
href: 'https://data.gouv.fr',
Expand All @@ -72,7 +72,7 @@ const props = withDefaults(defineProps<DsfrFooterProps>(), {
operatorImgStyle: undefined,
operatorImgSrc: undefined,
operatorImgAlt: '',
licenceText: 'Sauf mention contraire, tous les textes de ce site sont sous',
licenceText: 'Sauf mention explicite de propriété intellectuelle détenue par des tiers, les contenus de ce site sont proposés sous',
licenceTo: 'https://github.com/etalab/licence-ouverte/blob/master/LO.md',
// @ts-expect-error this is really undefined
licenceLinkProps: () => undefined,
Expand Down

0 comments on commit 874f337

Please sign in to comment.