Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Update banner message
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosfl committed Aug 13, 2020
1 parent 154fa57 commit 649f725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function Banner() {
return (
<React.Fragment>
<div className='announcement'>
<p>Click <a className='announcement-link' href={`${process.env.API_URL}/dashboard`}>here</a> to find preprints on COVID-19 with reviews or requests for reviews.</p>
<p>Click <a className='announcement-link' href="https://oaspa.org/covid-19-publishers-open-letter-of-intent-rapid-review/?highlight=covid-19" target="_blank">here</a> to read OASPA's open letter of intent to ensure rapid review of key work related to COVID-19.</p>
<p>Get involved with rapidly reviewing COVID-19 preprints and then view our <a className='announcement-link' href={`${process.env.API_URL}/dashboard`}>COVID-19 Dashboard</a> of review activities and recommendations.</p>
<p>Read about the <a className='announcement-link' href="https://oaspa.org/covid-19-publishers-open-letter-of-intent-rapid-review/?highlight=covid-19" target="_blank">OASPA’s initiative</a> to ensure rapid review of key COVID-19 work.</p>
</div>
</React.Fragment>
)
Expand Down

0 comments on commit 649f725

Please sign in to comment.