update error messages
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s
This commit is contained in:
@ -29,9 +29,9 @@ export function LookupPlayer() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="flex gap-2 justify-center mt-2">
|
||||
<form className="flex gap-2 justify-center mt-2">
|
||||
<Input className="w-fit" placeholder="Player UUID / Username" value={player} onChange={setPlayerValue} />
|
||||
<Button onClick={() => lookupPlayer()}>Lookup</Button>
|
||||
</div>
|
||||
</form>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user