mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-15 16:03:10 -08:00
Merge pull request #1049 from rcarteraz/add-donate-button
Add Donate Button to Nav Bar
This commit is contained in:
commit
16ec418156
|
@ -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