File tree Expand file tree Collapse file tree 3 files changed +5038
-4031
lines changed
Expand file tree Collapse file tree 3 files changed +5038
-4031
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments