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
+ 7
10
Compare changes
  • Side-by-side
  • Inline
+ 7
10
@@ -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>
</>
Loading