mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-31 16:37:32 -08:00
Merge branch 'master' into rcarteraz-patch-1
This commit is contained in:
commit
9e615d7e5c
|
@ -23,7 +23,6 @@ const config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Meshtastic",
|
|
||||||
hideOnScroll: true,
|
hideOnScroll: true,
|
||||||
logo: {
|
logo: {
|
||||||
alt: "Meshtastic Logo",
|
alt: "Meshtastic Logo",
|
||||||
|
@ -39,6 +38,10 @@ const config = {
|
||||||
label: "Downloads",
|
label: "Downloads",
|
||||||
to: "downloads",
|
to: "downloads",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Donate",
|
||||||
|
to: "docs/contributing/#supporting-and-contributing-to-meshtastic",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About",
|
||||||
position: "right",
|
position: "right",
|
||||||
|
|
Loading…
Reference in a new issue