mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Various fixes 2
This commit is contained in:
parent
28a7367bf9
commit
1ab2ff3b84
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue