Add "\" after boost in comments
Currently there's a space or "\" missing, e.g. https://stacker.news/items/5747 . This PR also aligns this with https://github.com/stackernews/stacker.news/blob/master/components/item.js
This commit is contained in:
parent
7989e38207
commit
bdf6ed2c77
|
@ -75,6 +75,7 @@ export default function Comment ({
|
|||
{item.boost > 0 &&
|
||||
<>
|
||||
<span>{item.boost} boost</span>
|
||||
<span> \ </span>
|
||||
</>}
|
||||
<Link href={`/items/${item.id}`} passHref>
|
||||
<a onClick={e => e.stopPropagation()} className='text-reset'>{item.ncomments} replies</a>
|
||||
|
|
Loading…
Reference in New Issue