remove title and add donate button

This commit is contained in:
rcarteraz 2024-02-26 10:27:07 -07:00
parent a93fd3c321
commit 7c72de00e0

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