From 9cdd3c74aab03e100c281749b3a5afc06246f0cc Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Tue, 7 Nov 2023 16:05:51 +0100 Subject: [PATCH] ajout de la page Play :zap: --- cryptide_project/src/App.tsx | 1 + cryptide_project/src/Pages/Home.tsx | 74 ++++++++++++++--------------- 2 files changed, 38 insertions(+), 37 deletions(-) diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index d885233..0f170ab 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -26,6 +26,7 @@ import 'bootstrap/dist/css/bootstrap.min.css'; /* Internationnalisation */ import messagesFr from './Translations/fr.json'; import messagesEn from './Translations/en.json'; +import Play from './Pages/Play'; const messages = { fr: messagesFr, diff --git a/cryptide_project/src/Pages/Home.tsx b/cryptide_project/src/Pages/Home.tsx index 1b0f8d7..54d5571 100644 --- a/cryptide_project/src/Pages/Home.tsx +++ b/cryptide_project/src/Pages/Home.tsx @@ -62,47 +62,47 @@ function Home() { return ( -
- -
- -
-

-

- -

-
-
-

-

+

+ +
+ +
+

+

+ +

+
+
+

+

-

-
-
-

-
    -
  • -
  • -
  • -
-
+

- -
- -
-

-

-

-

-------------------------------

-


Hal Duncan & Ruth Veevers

-


Kwanchai Moriya

- {/* */} -
- +
+

+
    +
  • +
  • +
  • +
- ); + +
+ +
+

+

+

+

-------------------------------

+


Hal Duncan & Ruth Veevers

+


Kwanchai Moriya

+ {/* */} +
+ +
+
+ ); } export default Home;