diff --git a/client/components/TestRenderer/index.jsx b/client/components/TestRenderer/index.jsx index dd6a66d04..8f02264fe 100644 --- a/client/components/TestRenderer/index.jsx +++ b/client/components/TestRenderer/index.jsx @@ -41,7 +41,11 @@ const InstructionsSection = styled.section``; const HeadingText = styled.h1``; -const SubHeadingText = styled.h2``; +const SubHeadingText = styled.h2` + &#instruction-list-heading { + margin-top: 0; + } +`; const InnerSectionHeadingText = styled.h3``; @@ -610,21 +614,12 @@ const TestRenderer = ({ } /> - - {pageContent.instructions.header.header} - - {pageContent.instructions.description} - {pageContent.instructions.instructions.header} + Instructions + {/*TODO: Implement instructions format described in #977*/} + {/*TODO: Include settings instructions where applicable*/} - - {pageContent.instructions.assertions.header} - - - {pageContent.instructions.assertions.description} - -