Skip to content

Commit 5bc993a

Browse files
committed
trying to get nav to work
1 parent 918e5b4 commit 5bc993a

File tree

3 files changed

+5038
-4031
lines changed

3 files changed

+5038
-4031
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
"@reach/router": "^1.3.4",
99
"gatsby": "^2.19.45",
1010
"gatsby-image": "^2.2.44",
11+
"gatsby-link": "^2.6.0",
1112
"gatsby-plugin-manifest": "^2.2.48",
1213
"gatsby-plugin-netlify-cms": "^4.2.2",
1314
"gatsby-plugin-offline": "^3.0.41",
1415
"gatsby-plugin-react-helmet": "^3.1.24",
1516
"gatsby-plugin-sharp": "^2.4.13",
17+
"gatsby-react-router-scroll": "^3.2.0",
1618
"gatsby-remark-prismjs": "^3.4.1",
1719
"gatsby-source-filesystem": "^2.2.2",
1820
"gatsby-transformer-remark": "^2.7.1",

src/components/landing/hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Hero = () => (
2626
</BodyOne>
2727
<RedBlockButton
2828
className="mr-5"
29-
onClick={() => navigate(`/introduction`)}
29+
// onClick={() => navigate(`/introduction`)}
3030
>
3131
Learn now!
3232
</RedBlockButton>

0 commit comments

Comments
 (0)