Skip to content

Commit

Permalink
Fix genie advert text
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Nov 11, 2022
1 parent c0f97ea commit 707da42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shared/components/query/QueryContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ export default class QueryContainer extends React.Component<
aboveStudyListBlurb={
this.store.appStore.isPublicPortal ? (
<div className={'e2eHide'} style={{ marginLeft: 19 }}>
Looking for <strong>AACR Project GENIE</strong>, the
largest public clinicogenomic cancer dataset?&nbsp;
<a
href={'https://genie.cbioportal.org'}
target={'_blank'}
>
Looking for <strong>AACR Project GENIE</strong>,
the largest public clinicogenomic cancer
dataset?&nbsp; It's available here.
It's available here.
</a>{' '}
<DefaultTooltip
overlayStyle={{ width: 200 }}
Expand Down

0 comments on commit 707da42

Please sign in to comment.