{data.allCategoriesJson.edges.map(function(x, index) {
return (
-
-
+
+
{x.node.emoji} {x.node.name}
diff --git a/app/src/pages/404.js b/app/src/pages/404.js
index bc4c31d..18e90ac 100644
--- a/app/src/pages/404.js
+++ b/app/src/pages/404.js
@@ -6,7 +6,7 @@ import SEO from "../components/seo"
const NotFoundPage = () => (
- NOT FOUND
+ NOT FOUND
You just hit a route that doesn't exist... the sadness.
)