Skip to content

Commit b346af3

Browse files
DaBadBunnylaruiss
authored andcommitted
feat: ✨ Maj 1.12.0 les liens du composant footer ne sont plus dans le même ordre et le texte concernant le copyright change
1 parent 0f616aa commit b346af3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/components/DsfrFooter/DsfrFooter.e2e.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ const data = {
5050

5151
}
5252
const ecosystemLinks = [{
53-
label: 'legifrance.gouv.fr',
54-
href: 'https://legifrance.gouv.fr',
55-
}, {
5653
label: 'info.gouv.fr',
5754
href: 'https://info.gouv.fr',
5855
}, {
5956
label: 'service-public.fr',
6057
href: 'https://service-public.fr',
58+
}, {
59+
label: 'legifrance.gouv.fr',
60+
href: 'https://legifrance.gouv.fr',
6161
}, {
6262
label: 'data.gouv.fr',
6363
href: 'https://data.gouv.fr',

src/components/DsfrFooter/DsfrFooter.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ const props = withDefaults(defineProps<DsfrFooterProps>(), {
5050
},
5151
],
5252
ecosystemLinks: () => [
53-
{
54-
label: 'legifrance.gouv.fr',
55-
href: 'https://legifrance.gouv.fr',
56-
},
5753
{
5854
label: 'info.gouv.fr',
5955
href: 'https://info.gouv.fr',
@@ -62,6 +58,10 @@ const props = withDefaults(defineProps<DsfrFooterProps>(), {
6258
label: 'service-public.fr',
6359
href: 'https://service-public.fr',
6460
},
61+
{
62+
label: 'legifrance.gouv.fr',
63+
href: 'https://legifrance.gouv.fr',
64+
},
6565
{
6666
label: 'data.gouv.fr',
6767
href: 'https://data.gouv.fr',
@@ -72,7 +72,7 @@ const props = withDefaults(defineProps<DsfrFooterProps>(), {
7272
operatorImgStyle: undefined,
7373
operatorImgSrc: undefined,
7474
operatorImgAlt: '',
75-
licenceText: 'Sauf mention contraire, tous les textes de ce site sont sous',
75+
licenceText: 'Sauf mention explicite de propriété intellectuelle détenue par des tiers, les contenus de ce site sont proposés sous',
7676
licenceTo: 'https://github.com/etalab/licence-ouverte/blob/master/LO.md',
7777
// @ts-expect-error this is really undefined
7878
licenceLinkProps: () => undefined,

0 commit comments

Comments
 (0)