diff --git a/components/signup-form/index.js b/components/signup-form/index.js index e2de70883..dc2a1c4a8 100644 --- a/components/signup-form/index.js +++ b/components/signup-form/index.js @@ -3,7 +3,7 @@ import { SignUpWrap, Title, Subtitle, Textbox, Button } from './style'; const SignUpForm = () => ( Subscribe - You have caught us before we are ready, enter your email below and we will keep you posted + Enter your email below to get notified about the new roadmaps, guides and updates
diff --git a/path-map.js b/path-map.js index 27b4ec334..ff273ed2d 100644 --- a/path-map.js +++ b/path-map.js @@ -62,7 +62,7 @@ const getRoadmapRoutes = () => { ...roadmapRoutes, // Default roadmap path i.e. `{ '/frontend': { page: '/[roadmap]/index', query: 'frontend' }` [roadmap.url]: { - page: '/[roadmap]/index', + page: '/[roadmap]', query: slug }, // Route for each of the versions of this roadmap i.e. diff --git a/test/path-map.spec.js b/test/path-map.spec.js index c57abd353..0188e6c7c 100644 --- a/test/path-map.spec.js +++ b/test/path-map.spec.js @@ -72,7 +72,7 @@ describe("Build scripts tests", () => { return { ...roadmapAcc, [roadmap.url]: { - page: '/[roadmap]/index', + page: '/[roadmap]', query: roadmap.url.split('/')[1] }, // Expected roadmap for versions