ajout du fichier socialgraph.db et maj gitignore pour le mettre sur master
continuous-integration/drone/push Build is passing Details

demo-IREM
Pierre Ferreira 2 years ago
parent b4184eb221
commit 424fb9ec7d

2
.gitignore vendored

@ -48,7 +48,7 @@ yarn.lock
package-lock.json
# db
socialgraph.db
#socialgraph.db
# build
cryptide_project/build/

@ -226,7 +226,7 @@ function NewPlay() {
</Overlay>
<button onClick={createLobby} className="ButtonNav" style={{backgroundColor: theme.colors.primary, borderColor: theme.colors.secondary}}> Créer une partie </button>
<button onClick= {() => navigate("/join")} className="ButtonNav" style={{backgroundColor: theme.colors.primary, borderColor: theme.colors.secondary}}> Rejoindre </button>
{/* <button onClick= {() => navigate("/join")} className="ButtonNav" style={{backgroundColor: theme.colors.primary, borderColor: theme.colors.secondary}}> Rejoindre </button> */}
{/* {goBackRoom != -1 && <button onClick={goBack} className="ButtonNav" style={{backgroundColor: theme.colors.primary, borderColor: theme.colors.secondary}}>Retourner à la partie</button>} */}
<button onClick={goBack} className="ButtonNavRejoin" style={{ visibility:returnVisibility}}>Retourner à la partie</button>

Loading…
Cancel
Save