From f0ac2d3bc9c327d72ed2c937577bb8601a8ef005 Mon Sep 17 00:00:00 2001
From: Pierre Ferreira
Date: Tue, 7 Nov 2023 11:24:37 +0100
Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20gestion=20des=20language=20po?=
=?UTF-8?q?ur=20l'anglais=20et=20le=20fran=C3=A7ais=20sur=20les=20paragrap?=
=?UTF-8?q?hes=20principaux=20de=20la=20page=20Home=20:globe=5Fwith=5Fmeri?=
=?UTF-8?q?dians:?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cryptide_project/src/App.tsx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx
index 5299a83..d885233 100644
--- a/cryptide_project/src/App.tsx
+++ b/cryptide_project/src/App.tsx
@@ -38,8 +38,7 @@ function App() {
//const locale = 'fr';
const [locale, setLocale] = useState('fr');
-
- // @ts-ignore
+ //@ts-ignore
const changeLocale = (newLocale) => {
setLocale(newLocale);
};
@@ -51,9 +50,7 @@ function App() {
//
//
//
-
-
- // @ts-ignore
+ //@ts-ignore