diff --git a/site/gatsby-site/src/components/checklists/CheckListForm.js b/site/gatsby-site/src/components/checklists/CheckListForm.js index 5943dc40f3..360a73e921 100644 --- a/site/gatsby-site/src/components/checklists/CheckListForm.js +++ b/site/gatsby-site/src/components/checklists/CheckListForm.js @@ -5,6 +5,17 @@ import { Trans, useTranslation } from 'react-i18next'; import { useMutation, useApolloClient, gql } from '@apollo/client'; import { LocalizedLink } from 'plugins/gatsby-theme-i18n'; import debounce from 'lodash/debounce'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { + faEnvelope, + faPlusCircle, + faWindowMaximize, + faWindowMinimize, + faBullseye, + faMicrochip, + faArrowsTurnToDots, + faTag, +} from '@fortawesome/free-solid-svg-icons'; import { DELETE_CHECKLIST } from '../../graphql/checklists'; import { @@ -144,6 +155,7 @@ export default function CheckListForm({ {userIsOwner && ( @@ -176,6 +188,7 @@ export default function CheckListForm({ ) } > + Expand all {userIsOwner && ( @@ -198,6 +212,7 @@ export default function CheckListForm({ ); }} > + Add Risk )} @@ -235,6 +250,7 @@ const AboutSystem = ({ formAbout, debouncedSetFieldValue, userIsOwner }) => { return (