Skip to content

Commit

Permalink
Merge branch 'dev' into disable-survey-banner-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Jul 8, 2024
2 parents e9af33b + 641275f commit 51c6e2f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions zooma-ui/src/main/frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,6 @@ export default class Home extends Component<Props, State> {

return (
<main>
<Row>
<div className="mt-4">
<div style={{
backgroundColor: '#b2dce8',
padding: '12px 24px',
borderRadius: '8px',
marginBottom: '16px',
textAlign: 'justify',
overflowX: 'auto'
}}>
<p>
Do data resources managed by EMBL-EBI and our collaborators make a difference to your
work? <br/><br/>
Please take 10 minutes to fill in our annual user survey, and help us make the case for
why sustaining open data resources is critical for life sciences research.<br/><br/>
Survey link: <a href="https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]"
target="_blank">https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]</a>
</p>
</div>
</div>
</Row>
<Row>
<h3>Query</h3>
<Column small={12} medium={12}>
Expand Down

0 comments on commit 51c6e2f

Please sign in to comment.