mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Added section for existing reviews, code TBA
This commit is contained in:
parent
77fa90774e
commit
732ea6288b
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ export function Detail(props) {
|
||||||
<Form.Control as="textarea" rows={3} cols={30} placeholder="I could not put this down!" />
|
<Form.Control as="textarea" rows={3} cols={30} placeholder="I could not put this down!" />
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
<Button type="submit" variant="primary">Submit</Button>
|
<Button type="submit" variant="primary">Submit</Button>
|
||||||
|
<Form.Group>
|
||||||
|
<h3>Reviews of this book</h3>
|
||||||
|
<p>To be added</p>
|
||||||
|
</Form.Group>
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue