From 013c8675ede6924b45633d9e1880f54736a120ad Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 10 Jun 2024 09:38:52 +0200 Subject: [PATCH] displaying the download print button --- src/pages/Thematiques.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/Thematiques.jsx b/src/pages/Thematiques.jsx index d4cc142..eaef838 100644 --- a/src/pages/Thematiques.jsx +++ b/src/pages/Thematiques.jsx @@ -63,6 +63,15 @@ export default function Thematiques() { + + {game.gamePrintPdf && ( + + Télécharger + + )} ))}