Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove errant period from study agreement language #5026

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading