Fix - Failing build

pull/1331/head
Kamran Ahmed 5 years ago
parent 745d93fbfe
commit 6c113fd148
  1. 2
      components/signup-form/index.js
  2. 2
      path-map.js
  3. 2
      test/path-map.spec.js

@ -3,7 +3,7 @@ import { SignUpWrap, Title, Subtitle, Textbox, Button } from './style';
const SignUpForm = () => (
<SignUpWrap>
<Title>Subscribe</Title>
<Subtitle>You have caught us before we are ready, enter your email below and we will keep you posted</Subtitle>
<Subtitle>Enter your email below to get notified about the new roadmaps, guides and updates</Subtitle>
<form action="https://kamranahmed.us9.list-manage.com/subscribe/post?u=6f57b741a6a939744f1f203a0&amp;id=f9ca4d6aee" target="_blank" method="post">
<Textbox type="email" name="EMAIL" required placeholder="Your email" />
<div style={{position: 'absolute', left: '-5000px'}}>

@ -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.

@ -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

Loading…
Cancel
Save