Adding a Tutorials option to the navigation bar

This commit is contained in:
Bryan Lunduke 2021-06-20 12:28:05 -05:00 committed by GitHub
parent ae51c52240
commit 53262f300d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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