Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642f134 commit c481de1Copy full SHA for c481de1
web-app/src/containers/New/NewPage.tsx
@@ -34,7 +34,7 @@ const NewPage = (props: Props) => (
34
<span>CodeRoad</span>
35
</div>
36
<div css={styles.banner}>
37
- <span>Select a Tutorial to Start</span>
+ <span>Select a tutorial to launch in this workspace:</span>
38
39
<TutorialList tutorialList={props.tutorialList} send={props.send} />
40
0 commit comments