From 53262f300d6b8f94dc31bc829dd1831d4ce23dcf Mon Sep 17 00:00:00 2001 From: Bryan Lunduke Date: Sun, 20 Jun 2021 12:28:05 -0500 Subject: [PATCH] Adding a Tutorials option to the navigation bar --- app/components/navigation.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/components/navigation.js b/app/components/navigation.js index 5aff3db..772c465 100644 --- a/app/components/navigation.js +++ b/app/components/navigation.js @@ -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",