From 4f79a7238e8f9d1c41dff7abcba8d43c17a9c461 Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Thu, 16 Nov 2023 14:39:55 +0100 Subject: [PATCH] test pour la navigation avec des encres, mais apparament impossible :test_tube: --- cryptide_project/src/Pages/InGame.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cryptide_project/src/Pages/InGame.tsx b/cryptide_project/src/Pages/InGame.tsx index 0d93dd0..baf2d74 100644 --- a/cryptide_project/src/Pages/InGame.tsx +++ b/cryptide_project/src/Pages/InGame.tsx @@ -36,6 +36,7 @@ import { FormattedMessage } from 'react-intl'; import Color from '../model/Color'; import { useGame } from '../Contexts/GameContext'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { NavLink } from 'react-router-dom'; //@ts-ignore const InGame = ({locale, changeLocale}) => { @@ -172,7 +173,10 @@ const InGame = ({locale, changeLocale}) => {
- + {/* + //? redirection impossible apparament (securité des navigateur + */} +