Use em dash for title seperators
This commit is contained in:
parent
00c2440163
commit
495ba40f86
@ -34,10 +34,10 @@ const Book = ({ entry }) => {
|
||||
return (
|
||||
<div>
|
||||
<div>
|
||||
{id} {title.join(' - ')}
|
||||
{id} {title.join(' – ')}
|
||||
</div>
|
||||
<div>{author[0]}</div>
|
||||
<div>{language.join(' - ')}</div>
|
||||
<div>{language.join(' – ')}</div>
|
||||
<div>
|
||||
<button onClick={handleClick}>Load</button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user