Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
PvtVoid committed May 31, 2024
1 parent f5290d0 commit ed04502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/game/create/CreateGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ const CreateGame = () => {
<div>
<article className={styles.formContainer}>
<h3>Create New Game</h3>
{/* <p className={styles.fieldError}>
<FaExclamationCircle /> Warning - SOON! an update will be pushed to the live servers. The games in progress will crash and new games will be required.
</p> */}
<p className={styles.fieldError}>
<FaExclamationCircle /> Warning - 9am CET! An update will be pushed to the live servers. The games in progress will crash and new games will be required.
</p>
<p>
<small className={styles.disclaimer}>
Talishar is an open-source, fan-made platform not associated with
Expand Down

0 comments on commit ed04502

Please sign in to comment.