Various fixes 2

This commit is contained in:
Ray 2023-11-15 06:46:20 +00:00 committed by GitHub
parent 28a7367bf9
commit 1ab2ff3b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@ export function Detail(props) {
</Form.Group> </Form.Group>
<Form.Group> <Form.Group>
<Form.Label>Title</Form.Label> <Form.Label>Title</Form.Label>
<Form.Control type="text" placeholder="I love this movie" /> <Form.Control type="text" placeholder="Best movie in ages!" />
</Form.Group> </Form.Group>
<Form.Group> <Form.Group>
<Form.Label>Review</Form.Label> <Form.Label>Review</Form.Label>
<Form.Control as="textarea" rows={4} cols={30} placeholder="I could not stop watching!" /> <Form.Control as="textarea" rows={4} cols={30} placeholder="This movie had me hooked!" />
</Form.Group> </Form.Group>
<Button type="submit" variant="primary">Submit</Button> <Button type="submit" variant="primary">Submit</Button>
</Form> </Form>