This commit is contained in:
Ray 2023-12-28 05:50:50 +00:00 committed by GitHub
parent fbe07fe1e5
commit 6b50d5865d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export function MyForm(props) {
value={date}
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
type="text"
name="context"