mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
remove title and add donate button
This commit is contained in:
parent
a93fd3c321
commit
7c72de00e0
|
@ -23,7 +23,6 @@ const config = {
|
|||
},
|
||||
},
|
||||
navbar: {
|
||||
title: "Meshtastic",
|
||||
hideOnScroll: true,
|
||||
logo: {
|
||||
alt: "Meshtastic Logo",
|
||||
|
@ -39,6 +38,10 @@ const config = {
|
|||
label: "Downloads",
|
||||
to: "downloads",
|
||||
},
|
||||
{
|
||||
label: "Donate",
|
||||
to: "docs/contributing/#supporting-and-contributing-to-meshtastic",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
position: "right",
|
||||
|
|
Loading…
Reference in a new issue