Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 16, 2024
1 parent 2ae2929 commit eff925c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Document, { Html, Head, Main, NextScript } from "next/document";
import Document, { Head, Html, Main, NextScript } from "next/document";
import React from "react";
import { ServerStyleSheet } from "styled-components";

Expand Down
8 changes: 4 additions & 4 deletions pages/declaration-accessibilite.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ const Mentions = () => (
</b>
.
<span>
<span>Le site n'a encore pas été audité.</span>
<span>{"Le site n'a encore pas été audité."}</span>
</span>
</p>
<h2>Contenus non accessibles</h2>
<h2>Établissement de cette déclaration d'accessibilité</h2>
<h2>{"Établissement de cette déclaration d'accessibilité"}</h2>
<p>
Cette déclaration a été établie le{" "}
<b>
Expand Down Expand Up @@ -84,10 +84,10 @@ const Mentions = () => (
</ul>
<hr />
<p>
Cette déclaration d'accessibilité a été créé le{" "}
{"Cette déclaration d'accessibilité a été créé le "}
<span>9 décembre 2021</span> grâce au{" "}
<a href="https://betagouv.github.io/a11y-generateur-declaration/#create">
Générateur de Déclaration d'Accessibilité de BetaGouv
{"Générateur de Déclaration d'Accessibilité de BetaGouv"}
</a>
.
</p>
Expand Down

0 comments on commit eff925c

Please sign in to comment.