diff --git a/gatsby-browser.js b/gatsby-browser.js index c373e118b..1a1ac7c79 100644 --- a/gatsby-browser.js +++ b/gatsby-browser.js @@ -17,7 +17,6 @@ const onPreRouteUpdate = ({ location, prevLocation }) => { }; const onRouteUpdate = ({ location, prevLocation }) => { - console.log(locationScrollTops) try { if (locationScrollTops[location.pathname]) { document.querySelector('.content').scrollTop = locationScrollTops[location.pathname]; diff --git a/src/docs/pages/about.js b/src/docs/pages/about.js index e7fed6886..c927303f0 100644 --- a/src/docs/pages/about.js +++ b/src/docs/pages/about.js @@ -20,11 +20,16 @@ const AboutPage = ({ isDarkMode }) => (

The core goal of 30 seconds is to provide a quality resource for beginner and advanced developers alike. We want to help improve the software development ecosystem, by lowering the barrier of entry for newcomers and help seasoned veterans pick up new tricks and remember old ones.

-

- In order to achieve this, we have collected hundreds of snippets that can be of use in a wide range of situations. We welcome new contributors and we like fresh ideas, as long as the code is short and easy to grasp in about 30 seconds. +

+ We believe that coding has to be easily accesible and this is why we provide all of our resources for free. Meanwhile, we try to constantly engage the open source community both as a means to understand the needs of our fellow developers and as an opportunity for people to actively participate in open source software.

-

- The only catch, if you may, is that a few of our snippets are not perfectly optimized for large, enterprise applications and they might not be deemed production-ready. + + +

+ In order to help grow the open source community, we have collected hundreds of snippets that can be of use in a wide range of situations. We welcome new contributors and we like fresh ideas, as long as the code is short and easy to grasp in about 30 seconds. +

+

+ The only catch, if you may, is that a few of our snippets are not perfectly optimized for large, enterprise applications and they might not be deemed production-ready. We strive, however, to keep our collections up to date and add content as often as possible to ensure we cover a wide variety of topics and techniques.