1
Fork 0

move match title at bottom

This commit is contained in:
Steffo 2024-12-20 19:13:43 +01:00
parent 4751919c10
commit 473d715960
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -39,12 +39,6 @@ export function ReportBox({players, playerA, playerB, setPlayerB, outcome, setOu
Registra risultato Registra risultato
</h3> </h3>
<hr className="separator-lightest"/> <hr className="separator-lightest"/>
<label>
<span>Titolo</span>
<input type={"text"} onChange={e => setName(e.target.value)} value={name} placeholder={"Scontro al Garasauto"}/>
<small>opzion.</small>
</label>
<hr className="separator-lightest"/>
<label> <label>
<span>Tu</span> <span>Tu</span>
<select disabled={true}> <select disabled={true}>
@ -82,6 +76,12 @@ export function ReportBox({players, playerA, playerB, setPlayerB, outcome, setOu
<span></span> <span></span>
</div> </div>
<hr className="separator-lightest"/> <hr className="separator-lightest"/>
<label>
<span>Titolo</span>
<input type={"text"} onChange={e => setName(e.target.value)} value={name} placeholder={"Scontro al Garasauto"}/>
<small>opzion.</small>
</label>
<hr className="separator-lightest"/>
<input <input
type={"submit"} type={"submit"}
value={"Invia"} value={"Invia"}