Merge pull request #1049 from rcarteraz/add-donate-button

Add Donate Button to Nav Bar
This commit is contained in:
rcarteraz 2024-02-26 17:17:00 -07:00 committed by GitHub
commit 16ec418156
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",