Changed start modal label to clarify password is for game

This commit is contained in:
Mitchell McCaffrey 2020-11-27 11:26:56 +11:00
parent 3cb1014ed2
commit 5a4d879ac3

View File

@ -49,7 +49,7 @@ function StartModal({ isOpen, onRequestClose }) {
m={2} m={2}
> >
<Box as="form" onSubmit={handleSubmit}> <Box as="form" onSubmit={handleSubmit}>
<Label htmlFor="password">Password</Label> <Label htmlFor="password">Game Password</Label>
<Input <Input
my={1} my={1}
id="password" id="password"