Skip to content

Commit

Permalink
Lint errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaathik committed Feb 25, 2021
1 parent 113de26 commit 3b015c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ const Announcement = () => (
/>{' '}
We need your help!
<br />
If you've ever found our data helpful, please take our impact survey (15
min). Your replies will help keep the data flowing to the scientific
community.
If you&apos;ve ever found our data helpful, please take our impact
survey (15 min). Your replies will help keep the data flowing to the
scientific community.
<a
href="https://www.surveymonkey.co.uk/r/EMBL-EBI_Impact_DR"
className={f('button')}
Expand All @@ -232,6 +232,7 @@ const Announcement = () => (
borderRadius: '5px',
}}
target="_blank"
rel="noreferrer"
>
Take survey
</a>
Expand Down

0 comments on commit 3b015c2

Please sign in to comment.