Skip to content

Commit

Permalink
Merge pull request #1218 from jay-hodgson/SWC-7076
Browse files Browse the repository at this point in the history
SWC-7076 - Update Sage ToS
  • Loading branch information
jay-hodgson authored Oct 19, 2024
2 parents 5dc443f + 7dade8d commit 7a4d8d8
Showing 1 changed file with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ const TermsAndConditions: React.FunctionComponent<TermsAndConditionsProps> = ({
}
}, [data])

const governancePolicy =
'https://help.synapse.org/docs/Synapse-Governance.2004255211.html'
const sageTermsOfService =
'https://www.synapse.org/TrustCenter:TermsOfService'
const trustCenter = 'https://sagebionetworks.org/trust-center'
const getInitialCheckboxState = (checkboxCount: number) =>
Array.from(Array(checkboxCount).fill(false))
let mounted = true
Expand Down Expand Up @@ -116,14 +117,18 @@ const TermsAndConditions: React.FunctionComponent<TermsAndConditionsProps> = ({

return (
<section className="terms-conditions">
<h3 className="page-header">Synapse Pledge</h3>
<h3 className="page-header">Pledge</h3>
<form>
<label>
I affirm my commitment to all{' '}
<Link target="_blank" href={governancePolicy}>
Sage Governance policies
I affirm my commitment to Sage&apos;s{' '}
<Link target="_blank" href={sageTermsOfService}>
Terms of Service
</Link>{' '}
for responsible research and data handling (linked below), including:
and policies for responsible research and data handling (
<Link target="_blank" href={trustCenter}>
Trust Center
</Link>
), including:
</label>
<ul className="term-list">
{isLoading && <LoadingItem numLoadingItems={6} />}
Expand Down

0 comments on commit 7a4d8d8

Please sign in to comment.