diff options
Diffstat (limited to 'scraper/client/paper/paper.verify.js')
| -rw-r--r-- | scraper/client/paper/paper.verify.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.verify.js b/scraper/client/paper/paper.verify.js index ddc0a155..8cb14d84 100644 --- a/scraper/client/paper/paper.verify.js +++ b/scraper/client/paper/paper.verify.js @@ -145,7 +145,13 @@ class PaperVerify extends Component { ) })} {' | '} - <a href={'https://www.semanticscholar.org/paper/' + citation.id} target="_blank">[semantic scholar]</a> + <a + href={'https://www.semanticscholar.org/paper/' + citation.id} + target="_blank" + className={i === this.state.pdf_index ? 'selected pdfLink' : 'pdfLink'} + > + {'[semantic scholar]'} + </a> </div> <div className='param'> |
