File tree 2 files changed +2
-6
lines changed
src/routes/Products/DataExploration
Routes/BasicInfo/components/BasicInfoForm
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const BasicInfoForm = ({
40
40
showIcon
41
41
icon = { < DataExplorationIcon /> }
42
42
/>
43
- < HelpBanner defaultOpen title = "WHAT WILL I RECEIVE ?" styles = { [ "gray" ] } >
43
+ < HelpBanner defaultOpen title = "WHAT WILL I GET ?" styles = { [ "gray" ] } >
44
44
< br />
45
45
< PageUl >
46
46
< li > Clear written analysis of your data and key findings</ li >
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ export default function DataExploration({ isLoggedIn }) {
23
23
< Review
24
24
banner = { < DataExplorationBanner /> }
25
25
secondaryBanner = {
26
- < HelpBanner
27
- defaultOpen
28
- title = "WHAT WILL I RECEIVE?"
29
- styles = { [ "gray" ] }
30
- >
26
+ < HelpBanner defaultOpen title = "WHAT WILL I GET?" styles = { [ "gray" ] } >
31
27
< br />
32
28
< PageUl >
33
29
< li > Clear written analysis of your data and key findings</ li >
You can’t perform that action at this time.
0 commit comments