diff --git a/src/components/CohortBuilder/index.js b/src/components/CohortBuilder/index.js index da06c265b..84a900df0 100644 --- a/src/components/CohortBuilder/index.js +++ b/src/components/CohortBuilder/index.js @@ -15,7 +15,6 @@ import SqonBuilder from './SqonBuilder'; import SQONProvider from './SQONProvider'; import VirtualStudiesMenu from './VirtualStudiesMenu'; import ParticipantIcon from 'icons/ParticipantIcon'; -import PromptMessage from 'uikit/PromptMessage'; const Container = styled('div')` width: 100%; @@ -42,10 +41,6 @@ const Content = styled(ContentBar)` margin-top: 0; `; -const StylePromptMessage = styled(PromptMessage)` - width: 100%; -`; - const CohortBuilder = compose( withApi, withTheme, @@ -116,28 +111,19 @@ const CohortBuilder = compose( return ( - - BETA RELEASE: Use the cohort builder to create virtual studies. You - can query participant variables including demographic, clinical, and data - categories. It's in progress, so you may experience some bugs. To give feedback, - click the button in the bottom right corner. All feedback is welcome! - - } - /> - - +
  • - + Explore Data - +