Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PvtVoid committed May 4, 2024
2 parents 10cab2e + 4f746db commit 145383b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/routes/game/create/CreateGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const CreateGame = () => {
/>
<fieldset>
<label>
Deck Link
Deck Link
<input
type="text"
Expand Down Expand Up @@ -265,6 +266,7 @@ const CreateGame = () => {
/>
Single Player 🤖
<div>&nbsp;</div>
<div>&nbsp;</div>
</label>
{isLoggedIn && (isPatron == "1") && (
<label>
Expand Down Expand Up @@ -305,6 +307,14 @@ const CreateGame = () => {
<FaExclamationCircle /> {errors.root?.serverError?.message}
</div>
)}
<p>
<small className={styles.disclaimer}>
Talishar is an open-source, fan-made platform not associated with
LSS. It may not be a completely accurate representation of the Rules
as written. If you have questions about interactions or rulings,
please contact the judge community for clarification.
</small>
</p>
</form>
</article>
</div>
Expand Down

0 comments on commit 145383b

Please sign in to comment.