From f3ac6bd4900cbfdf34a6de45d977d135f66f62db Mon Sep 17 00:00:00 2001 From: shmck Date: Tue, 14 Apr 2020 20:40:18 -0700 Subject: [PATCH] add coderoad repo links Signed-off-by: shmck --- web-app/src/Routes.tsx | 2 +- .../components/NewUserExperience/NuxTutorial.tsx | 8 +++++--- web-app/src/containers/Tutorial/CompletedPage.tsx | 14 ++++---------- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/web-app/src/Routes.tsx b/web-app/src/Routes.tsx index 84b2ccda..bc934878 100644 --- a/web-app/src/Routes.tsx +++ b/web-app/src/Routes.tsx @@ -48,7 +48,7 @@ const Routes = () => { {/* Completed */} - + diff --git a/web-app/src/components/NewUserExperience/NuxTutorial.tsx b/web-app/src/components/NewUserExperience/NuxTutorial.tsx index 8a5d8a0f..68129c5f 100644 --- a/web-app/src/components/NewUserExperience/NuxTutorial.tsx +++ b/web-app/src/components/NewUserExperience/NuxTutorial.tsx @@ -93,9 +93,11 @@ const NewUserExperienceTutorialCollapsible = (props: NuxProps) => { - - We'd love to hear your comments, requests, issues, questions - reach out at{' '} - coderoadapp@gmail.com. + +

+ Find a bug? Want to request a feature? Post an issue at{' '} + https://github.com/coderoad/coderoad-vscode +

) diff --git a/web-app/src/containers/Tutorial/CompletedPage.tsx b/web-app/src/containers/Tutorial/CompletedPage.tsx index eeba9ebd..0e61aa5c 100644 --- a/web-app/src/containers/Tutorial/CompletedPage.tsx +++ b/web-app/src/containers/Tutorial/CompletedPage.tsx @@ -18,18 +18,14 @@ const styles = { interface Props { context: T.MachineContext - send(action: T.Action | string): void } const CompletedPage = (props: Props) => { - const selectNewTutorial = () => { - props.send('SELECT_TUTORIAL') - } return (

Tutorial Complete!

-

Thank you for demoing the CodeRoad beta!

+

Thank you for demoing the CodeRoad preview!

Subscribe!

@@ -42,17 +38,15 @@ const CompletedPage = (props: Props) => {

Contact Us

-

We'd love to hear your comments, ideas & feedback.

+

We'd love to hear your comments, issues, ideas & feedback.

- Reach out at coderoadapp@gmail.com! + Reach out at{' '} + https://github.com/coderoad/coderoad-vscode!

Continue

To try another tutorial, open a new VSCode workspace and launch the CodeRoad app

-
- -
)