diff --git a/src/courseware/InstructorToolbar.jsx b/src/courseware/InstructorToolbar.jsx index b6a34d8a..a682e32c 100644 --- a/src/courseware/InstructorToolbar.jsx +++ b/src/courseware/InstructorToolbar.jsx @@ -1,6 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; +import { Collapsible } from '@edx/paragon'; function InstructorToolbar(props) { // TODO: Only render this toolbar if the user is course staff @@ -10,11 +11,24 @@ function InstructorToolbar(props) { return (
-
-
-

- You are currently previewing the new learning sequence experience. This preview is to allow for early content testing, especially for custom content blocks, with the goal of ensuring it renders as expected in the next experience. You can learn more through the following Partner Portal post. Please report any issues or provide feedback using the linked form. -

+
+
+ + You are currently previewing the new learning sequence experience. + + + More info → + + + + This preview is to allow for early content testing, especially for custom content blocks, with the goal of ensuring it renders as expected in the next experience. You can learn more through the following Partner Portal post. Please report any issues or provide feedback using the linked form. + + + Close × + + + +
View unit in the existing experience