mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Copy changes from BookClub to MovieClub ( Adding existing reviews section)
This commit is contained in:
parent
1ab2ff3b84
commit
f3fbec7dba
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ export function Detail(props) {
|
||||||
<Form.Control as="textarea" rows={4} cols={30} placeholder="This movie had me hooked!" />
|
<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.Group>
|
||||||
|
<h3>Existing reviews of this book</h3>
|
||||||
|
<p>To be added</p>
|
||||||
|
</Form.Group>
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue