From 2ce39c6ce2048fd1d1345ed5863ebd8fbf6a7289 Mon Sep 17 00:00:00 2001 From: Amelia Vance Date: Tue, 19 Mar 2024 12:33:43 -0400 Subject: [PATCH] Fix linting issue in TermsOfUse.tsx --- frontend/src/pages/TermsOfUse/TermsOfUse.tsx | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/pages/TermsOfUse/TermsOfUse.tsx b/frontend/src/pages/TermsOfUse/TermsOfUse.tsx index 47dee079..8b50d0fa 100644 --- a/frontend/src/pages/TermsOfUse/TermsOfUse.tsx +++ b/frontend/src/pages/TermsOfUse/TermsOfUse.tsx @@ -45,20 +45,20 @@ export const TermsOfUse: React.FC = () => {

Terms of Use

You must read and sign the Terms of Use before using Crossfeed.

- Crossfeed is a free, self-service tool offered by the Department of + {`Crossfeed is a free, self-service tool offered by the Department of Homeland Security's Cybersecurity and Infrastructure Security Agency (CISA). Using both passive and active processes, Crossfeed can continuously evaluate the cybersecurity posture of your public-facing, internet-accessible network assets for vulnerabilities or configuration - issues. + issues.`}

- Crossfeed supports two types of users for your organization: + {`Crossfeed supports two types of users for your organization: administrative users or view-only users. Administrative users can add/delete domains for their organization, schedule and disable scans for their organization, and invite others to create Crossfeed accounts to have access to the organization's data. View-only users can only view - data provided to or collected by Crossfeed. + data provided to or collected by Crossfeed.`}

{maximumRole === 'admin' && (

@@ -76,10 +76,10 @@ export const TermsOfUse: React.FC = () => { )}

By creating a Crossfeed{' '} - {maximumRole === 'admin' ? 'administrator' : 'view only'} account and - using this service, you request CISA's technical assistance to detect - vulnerabilities and configuration issues through Crossfeed and agree to - the following: + {maximumRole === 'admin' ? 'administrator' : 'view only'}{' '} + {`account and using this service, you request CISA's technical + assistance to detect vulnerabilities and configuration issues through + Crossfeed and agree to the following:`}

  • - You accept that, at CISA's sole discretion, CISA may terminate or + {`You accept that, at CISA's sole discretion, CISA may terminate or suspend your access to the Crossfeed service due to violation of these - terms or any other reason. + terms or any other reason.`}
  • ToU version {touVersion}