diff --git a/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx b/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx index 0d63d27d523..d6cf3c3c2b4 100644 --- a/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx +++ b/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx @@ -65,8 +65,9 @@ const TermsAndConditions: React.FunctionComponent = ({ } }, [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 @@ -116,14 +117,18 @@ const TermsAndConditions: React.FunctionComponent = ({ return (
-

Synapse Pledge

+

Pledge

    {isLoading && }