typo
This commit is contained in:
parent
fbe07fe1e5
commit
6b50d5865d
|
@ -80,7 +80,7 @@ export function MyForm(props) {
|
||||||
value={date}
|
value={date}
|
||||||
onChange={(e) => setDate(e.target.value)}
|
onChange={(e) => setDate(e.target.value)}
|
||||||
/>
|
/>
|
||||||
<Form.Label style={{ fontSize: '30px' }}>Enter context for this ray moment:</Form.Label>
|
<Form.Label style={{ fontSize: '30px' }}>Enter context for this Ray moment:</Form.Label>
|
||||||
<Form.Control
|
<Form.Control
|
||||||
type="text"
|
type="text"
|
||||||
name="context"
|
name="context"
|
||||||
|
|
Loading…
Reference in New Issue