Skip to content

Commit

Permalink
change link
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Nov 7, 2024
1 parent 8ec72bd commit e377bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/filters/city-filter/info-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const infoLink = (mainCity: AvailableMainCities): string => {
case 'estEnsemble': return 'https://www.est-ensemble.fr/lencadrement-des-loyers-sera-applique-en-decembre-est-ensemble'
case 'montpellier': return 'https://www.montpellier3m.fr/lencadrement-des-loyers-entre-en-application-montpellier-compter-du-1er-juillet-2022'
case 'bordeaux': return 'https://www.bordeaux-metropole.fr/Vivre-habiter/Se-loger-et-habiter/Mettre-son-logement-en-location/Encadrement-des-loyers-a-Bordeaux'
case 'paysBasque': return 'https://www.communaute-paysbasque.fr/a-la-une-2/actualites/actualite/lencadrement-des-loyers-au-pays-basque-entre-en-vigueur-le-25-novembre-prochain'
case 'paysBasque': return 'https://www.communaute-paysbasque.fr/vivre-ici/cadre-de-vie/lencadrement-des-loyers'
default: return null
}
}

0 comments on commit e377bd5

Please sign in to comment.