fixes goodread button link not opening in new tab
This commit is contained in:
@@ -56,7 +56,7 @@ const BookCard = ({ book }) => {
|
|||||||
{book.amazon_url ? <AmazonURL book={book} /> : null}
|
{book.amazon_url ? <AmazonURL book={book} /> : null}
|
||||||
</div>
|
</div>
|
||||||
<div style={{ width: '30px', height: '30px' }}>
|
<div style={{ width: '30px', height: '30px' }}>
|
||||||
<a href={book.url}>
|
<a href={book.url} target="_blank">
|
||||||
<GoodReadsImage />
|
<GoodReadsImage />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user