Adding a Tutorials option to the navigation bar
This commit is contained in:
parent
ae51c52240
commit
53262f300d
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ 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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue