diff --git a/data/repositories.yml b/data/repositories.yml
index 8f1691df..8106cdce 100644
--- a/data/repositories.yml
+++ b/data/repositories.yml
@@ -1,11 +1,9 @@
-
-
- group: Drivers
items:
- name: ocean.js
- name: ocean.py
- name: react
-
+
- group: Smart Contracts
items:
- name: contracts
@@ -22,11 +20,10 @@
- name: API reference
url: /references/aquarius/
- name: provider
-
+
- group: Compute-to-Data
items:
- name: operator-service
- name: operator-engine
- name: pod-configuration
- name: pod-publishing
-
diff --git a/data/sections.yml b/data/sections.yml
index 0fbedd4e..51e93bd6 100644
--- a/data/sections.yml
+++ b/data/sections.yml
@@ -9,7 +9,7 @@
color: purple
- title: Tutorials
- description: Build an Ocean-powered React app, and more.
+ description: Build an Ocean-powered React app, and more.
link: /tutorials/introduction/
color: orange
diff --git a/src/components/QuickRun.jsx b/src/components/QuickRun.jsx
index 7ec3997e..948462ad 100644
--- a/src/components/QuickRun.jsx
+++ b/src/components/QuickRun.jsx
@@ -20,7 +20,9 @@ const QuickRun = () => (
Quickstart
- The ocean.js, ocean.py, and Ocean React repos have quickstarts. Pick your favorite and have fun!
+ The ocean.js, ocean.py, and{' '}
+ Ocean React repos have quickstarts. Pick your
+ favorite and have fun!
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 3898278a..d78d1c25 100755
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -59,7 +59,6 @@ const IndexPage = ({ data, location }) => (
}>
-
{data.allSectionsYaml.edges.map(({ node }) => (
-