mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Added text to card to show book author
This commit is contained in:
parent
df5a3e4d37
commit
a7a0ce8c80
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ export function Home(props) {
|
|||
<ItemImage source={ book.cover_image} />
|
||||
<Card.Body>
|
||||
<Card.Title>{ book.book_title }</Card.Title>
|
||||
<Card.Text>
|
||||
By {book.author}
|
||||
</Card.Text>
|
||||
</Card.Body>
|
||||
</Card>
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Reference in a new issue