Skip to content

Commit

Permalink
fix: url du geoportail conforme a son certificat
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Oct 19, 2023
1 parent ecce23d commit 84347cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/components/Layout/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const AppHeader: FC<AppHeaderProps> = ({ navItems = [] }) => {
quickAccessItems.push({
iconId: "fr-icon-arrow-right-line",
linkProps: {
href: "https://geoportail.gouv.fr/carte",
href: "https://www.geoportail.gouv.fr/carte",
className: "fr-btn--icon-right",
},
text: "Accéder au Géoportail",
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("la page d'accueil", () => {
.children()
.first()
.children("a")
.should("have.attr", "href", "https://geoportail.gouv.fr/carte")
.should("have.attr", "href", "https://www.geoportail.gouv.fr/carte")
.contains("Accéder au Géoportail");
});

Expand Down

0 comments on commit 84347cb

Please sign in to comment.