Fix navigation

This commit is contained in:
Ben van Hartingsveldt 2025-07-23 20:39:47 +02:00
parent cedccbcc00
commit d897d08d83
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -23,6 +23,11 @@ export default currentUrl => {
title: "LBRY overview", title: "LBRY overview",
url: "/overview" url: "/overview"
}, },
{
name: "Tutorials",
title: "LBRY Tutorials",
url: "/tutorials"
},
{ {
name: "Protocols", name: "Protocols",
title: "LBRY Protocols", title: "LBRY Protocols",
@ -38,11 +43,6 @@ export default currentUrl => {
title: "View LBRY resources", title: "View LBRY resources",
url: "/resources" url: "/resources"
}, },
{
name: "Tutorials",
title: "LBRY Tutorials",
url: "/tutorials"
},
{ {
name: "Community", name: "Community",
title: "Interact with LBRY", title: "Interact with LBRY",