Skip to content

Commit

Permalink
Remove hash for link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer committed Apr 27, 2018
1 parent 3aa6be3 commit 1c00eca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"gatsby-source-contentful": "^1.3.47",
"gatsby-source-filesystem": "^1.5.34",
"gatsby-transformer-remark": "^1.7.40",
"menuspy": "^1.3.0",
"react-helmet": "^5.2.0",
"react-plx": "^1.1.2",
"react-reveal": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class Form extends React.Component {
<Slide bottom duration={750}>
<Slide bottom when={!this.state.success} collapse duration={750}>
<ContactForm name="register" onSubmit={this.handleSubmit} data-netlify="true" data-netlify-honeypot="bot">
<Close to="/#register">Go Back</Close>
<Close to="/">Go Back</Close>
<Preface>In pharetra fermentum dolor a dapibus. Maecenas posuere tincidunt nulla non volutpat. Aenean non quam magna. Nam eget mollis nulla. Interdum et malesuada.</Preface>
<input type="hidden" name="form-name" value="register" />
<p hidden><label>Don’t fill this out: <input name="bot" onChange={this.handleInputChange} /></label></p>
Expand Down

0 comments on commit 1c00eca

Please sign in to comment.