Replace the About page with a short Help page
[gruntmaster-page.git] / js / 90-nav.js
index c6b776e0d721a3bf1d22389300a669c252c40fd2..a72aaca2f665da0e9c2cc2a17cfe9c207ce16fc2 100644 (file)
@@ -6,7 +6,7 @@ const NAVS = {
        us: /^\/us\//,
        account: /^\/account$/,
        contribute: /^\/contribute$/,
-       about: /^\/about$/,
+       help: /^\/help$/,
 };
 
 $(function(){
This page took 0.009808 seconds and 4 git commands to generate.