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