Skip to content

Commit

Permalink
Update StudyAgreement.tsx text (#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored Oct 18, 2024
1 parent f73ce35 commit fed6511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/appShell/App/usageAgreements/StudyAgreement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
alertMessage={
<>
<span style={{ color: 'red' }}>Attention:</span>
&nbsp;Please read and follow the rules about usage of MSK
clinical sequencing data in manuscripts.
&nbsp;Please read and follow the <a target="_blank" href={'https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1'}>rules about usage of MSK
clinical sequencing data in manuscripts</a>.
</>
}
dismissButtonText={'Acknowledge'}
Expand All @@ -57,12 +57,12 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
public cBioPortal.
</>,
<>
I have read the{' '}
I have read and agree to the {' '}
<a
href="https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1"
target="_blank"
>
I have read the MSK-IMPACT Research Data Governance
MSK-IMPACT Research Data Governance
publication guidelines.
</a>
.
Expand Down

0 comments on commit fed6511

Please sign in to comment.