Skip to content

Commit

Permalink
Remove period (#5026)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored Oct 18, 2024
1 parent fed6511 commit f30039d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/appShell/App/usageAgreements/StudyAgreement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,17 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
alertMessage={
<>
<span style={{ color: 'red' }}>Attention:</span>
&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>.
&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,13 +66,13 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
public cBioPortal.
</>,
<>
I have read and agree to the {' '}
I have read and agree to the{' '}
<a
href="https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1"
target="_blank"
>
MSK-IMPACT Research Data Governance
publication guidelines.
MSK-IMPACT Research Data Governance publication
guidelines
</a>
.
</>,
Expand Down

0 comments on commit f30039d

Please sign in to comment.