Fix navigation
This commit is contained in:
parent
cedccbcc00
commit
d897d08d83
1 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue