Remove "Buy me a coffee" link to Navbar component

This commit is contained in:
Bram Suurd
2024-06-19 19:50:47 +02:00
parent cfa2461ae3
commit 6f7315c96e

View File

@@ -233,12 +233,6 @@ function Navbar() {
icon: <LuClipboardSignature className="mr-2 h-4 w-4" />,
text: "Changelog",
},
{
href: "https://ko-fi.com/proxmoxhelperscripts",
event: "ko-fi",
icon: <Coffee className="mr-2 h-4 w-4" />,
text: "Buy me a coffee",
},
{
href: "https://github.com/tteck/Proxmox",
event: "View on GitHub",