Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1d9aca81 authored by Julie Thézénas's avatar Julie Thézénas Committed by Christophe Chaudier
Browse files

feat: add anchor on dont track link

parent c378ac25
No related branches found
No related tags found
1 merge request!45Resolve "Add matomo stats"
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
import React from "react"; import React from "react";
import { Link } from "react-router-dom";
import {useThemeConfig} from "@docusaurus/theme-common"; import {useThemeConfig} from "@docusaurus/theme-common";
import FooterLinks from "@theme/Footer/Links"; import FooterLinks from "@theme/Footer/Links";
import FooterLogo from "@theme/Footer/Logo"; import FooterLogo from "@theme/Footer/Logo";
...@@ -62,13 +63,11 @@ function Footer() { ...@@ -62,13 +63,11 @@ function Footer() {
/> />
</div> </div>
<div className="notrack_container"> <Link to="/confidentialite#ne-me-trackez-pas">
<a id="Dont_track" href="/confidentialite#Dont_track" target="_self" rel="nofollow" > <div>
<DontTrackMe className="no_track" /> <DontTrackMe className="no_track" />
</a> </div>
</Link>
</div>
</div> </div>
</> </>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment