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 1ac81096 authored by Julie Thezenas's avatar Julie Thezenas Committed by Christophe Chaudier
Browse files

fix:

parent 58b8b344
No related branches found
No related tags found
1 merge request!45Resolve "Add matomo stats"
......@@ -14,6 +14,7 @@ import FooterLayout from "@theme/Footer/Layout";
import { FaYoutube, FaLinkedin, FaGitlab, FaTwitter } from "react-icons/fa";
import Froggitblanc from "/static/img/logo_froggit_blanc.png";
import DontTrackMe from "/static/img/do-not-track-me.svg";
import useBaseUrl from "@docusaurus/useBaseUrl";
function Footer() {
......@@ -51,9 +52,7 @@ function Footer() {
</a>
</div>
<div>
<FooterLayout
icons={icons && <FooterIcons icons={icons} />}
style={style}
......@@ -62,14 +61,12 @@ function Footer() {
copyright={copyright && <FooterCopyright copyright={copyright} />}
/>
</div>
<nav>
<Link to="confidentialite#ne-me-trackez-pas" className="notrack_container">
<div>
<DontTrackMe className="no_track" />
</div>
</Link>
</nav>
<Link to={useBaseUrl("/confidentialite#ne-me-trackez-pas")} className="notrack_container">
<div>
<DontTrackMe className="no_track" />
</div>
</Link>
</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