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

Resolve "Add matomo stats"

Merged Julie Thezenas requested to merge 33-add-matomo-stats into master
1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
+ 5
6
@@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
import React from "react";
import { Link } from "react-router-dom";
import {useThemeConfig} from "@docusaurus/theme-common";
import FooterLinks from "@theme/Footer/Links";
import FooterLogo from "@theme/Footer/Logo";
@@ -62,13 +63,11 @@ function Footer() {
/>
</div>
<div className="notrack_container">
<a id="Dont_track" href="/confidentialite#Dont_track" target="_self" rel="nofollow" >
<Link to="/confidentialite#ne-me-trackez-pas">
<div>
<DontTrackMe className="no_track" />
</a>
</div>
</div>
</Link>
</div>
</>
);
Loading