Skip to content

Commit

Permalink
Merge pull request #908 from betagouv/main
Browse files Browse the repository at this point in the history
MEP fix: update matomo opt-out iframe url (#896)
  • Loading branch information
charlescd authored Sep 18, 2024
2 parents 2435e3e + ebe6da2 commit 66d1098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/reusablePages/suivi-et-vie-privee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const SuiviEtViePrivee = ({params}: any) => {

<iframe
className="optout"
src={`https://stats.data.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=${params.lang}&backgroundColor=&fontColor=#212529&fontSize=16px&fontFamily=Source%20Sans%20Pro`}
src={`https://stats.beta.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=${params.lang}&backgroundColor=&fontColor=#212529&fontSize=16px&fontFamily=Source%20Sans%20Pro`}
/>
<p>
{m.suiviEtViePrivee.plusInfosGestionCookies}{' '}
Expand Down

0 comments on commit 66d1098

Please sign in to comment.