diff --git a/app/components/navigation.js b/app/components/navigation.js index 9db799b..1a4c9d6 100644 --- a/app/components/navigation.js +++ b/app/components/navigation.js @@ -23,6 +23,11 @@ export default currentUrl => { title: "LBRY overview", url: "/overview" }, + { + name: "Tutorials", + title: "LBRY Tutorials", + url: "/tutorials" + }, { name: "Protocols", title: "LBRY Protocols", @@ -38,11 +43,6 @@ export default currentUrl => { title: "View LBRY resources", url: "/resources" }, - { - name: "Tutorials", - title: "LBRY Tutorials", - url: "/tutorials" - }, { name: "Community", title: "Interact with LBRY",