From d897d08d833105c0f8d35e38d65aabd21813106e Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Wed, 23 Jul 2025 20:39:47 +0200 Subject: [PATCH] Fix navigation --- app/components/navigation.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",