diff --git a/cryptide_project/src/Pages/EndGame.tsx b/cryptide_project/src/Pages/EndGame.tsx index e695e8d..03ad0b4 100644 --- a/cryptide_project/src/Pages/EndGame.tsx +++ b/cryptide_project/src/Pages/EndGame.tsx @@ -15,14 +15,9 @@ import Replay from '../res/icon/replay.png'; import PersonStatus from '../Components/PersonStatus'; import ButtonImgNav from '../Components/ButtonImgNav'; import BigButtonNav from '../Components/BigButtonNav'; +import { Button } from 'react-bootstrap'; -/* nav */ -import { Link } from 'react-router-dom'; - -/* lang */ -import { FormattedMessage } from 'react-intl'; import { useGame } from '../Contexts/GameContext'; -import { map } from 'lodash'; import Player from '../model/Player'; @@ -124,9 +119,6 @@ function EndGame() {
-
- -
{!IsDaily &&

Nombre de coups : {nbCoup}

} @@ -143,9 +135,13 @@ function EndGame() { }
-
+ {/*
-
+
*/} +
+ +
+
)} diff --git a/cryptide_project/src/server/db/socialgraph.db b/cryptide_project/src/server/db/socialgraph.db index dee9ca3..0b29b18 100644 Binary files a/cryptide_project/src/server/db/socialgraph.db and b/cryptide_project/src/server/db/socialgraph.db differ