From 61aca7e623594cf81d17b48c578b3680d7e6a309 Mon Sep 17 00:00:00 2001 From: Madyo Date: Fri, 3 Nov 2023 15:33:29 +0100 Subject: [PATCH] fix: lint --- src/pages/_app.tsx | 22 +++++++++++++--------- src/pages/stats.tsx | 12 ++++++------ 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 9070aeb..cacc8ca 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -105,18 +105,22 @@ function App({ Component, pageProps }: AppProps) { linkList={[ { categoryName: "Données personnelles", - links: [{ - linkProps: { href: "/privacy-policy" }, - text: "Politique de confidentialité", - }] + links: [ + { + linkProps: { href: "/privacy-policy" }, + text: "Politique de confidentialité", + }, + ], }, { categoryName: "Statistiques", - links: [{ - linkProps: { href: "/stats" }, - text: "Statistiques d'utilisation", - }] - } + links: [ + { + linkProps: { href: "/stats" }, + text: "Statistiques d'utilisation", + }, + ], + }, ]} partnersLogos={{ main: { diff --git a/src/pages/stats.tsx b/src/pages/stats.tsx index 13b9a68..135a922 100644 --- a/src/pages/stats.tsx +++ b/src/pages/stats.tsx @@ -15,12 +15,12 @@ export default function LegalNotices() {

Statistiques

+ src="https://matomo-metabase-nata.fabrique.social.gouv.fr/public/dashboard/4d21c451-4088-425b-9ff4-e301dc6b26de" + frameborder="0" + width="1200" + height="900" + allowtransparency + >