|
|
@@ -238,17 +238,17 @@ const footerLinks = ref([
|
|
|
{
|
|
|
label: 'Annuaire',
|
|
|
link: makeAgendaLink('/annuaire'),
|
|
|
- target: '_self',
|
|
|
+ target: '_blank',
|
|
|
},
|
|
|
{
|
|
|
label: 'Actualités',
|
|
|
link: makeAgendaLink('/actualites-culturelles'),
|
|
|
- target: '_self',
|
|
|
+ target: '_blank',
|
|
|
},
|
|
|
{
|
|
|
label: 'Annonces',
|
|
|
link: makeAgendaLink('/annonces-culturelles'),
|
|
|
- target: '_self',
|
|
|
+ target: '_blank',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -258,17 +258,17 @@ const footerLinks = ref([
|
|
|
{
|
|
|
label: 'Opentalent Artist',
|
|
|
link: '/opentalent-artist',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
{
|
|
|
label: 'Opentalent School',
|
|
|
link: '/opentalent-school',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
{
|
|
|
label: 'Opentalent Manager',
|
|
|
link: '/opentalent-manager',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -278,17 +278,17 @@ const footerLinks = ref([
|
|
|
{
|
|
|
label: 'Qui sommes-nous',
|
|
|
link: '/qui-sommes-nous',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
{
|
|
|
label: 'Nous rejoindre',
|
|
|
link: '/nous-rejoindre',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
{
|
|
|
label: 'Nous contacter',
|
|
|
link: '/nous-contacter',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -298,12 +298,12 @@ const footerLinks = ref([
|
|
|
{
|
|
|
label: 'Foire Aux Questions ',
|
|
|
link: 'https://ressources.opentalent.fr',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
{
|
|
|
label: 'Support en ligne ',
|
|
|
link: 'https://ressources.opentalent.fr/?contact',
|
|
|
- target: 'self',
|
|
|
+ target: '_self',
|
|
|
},
|
|
|
],
|
|
|
},
|