From 6f7315c96e63e4bbcb8e712da74f5d222e946fb4 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:50:47 +0200 Subject: [PATCH] Remove "Buy me a coffee" link to Navbar component --- components/Navbar.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index fcbecd5..2fe96c1 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -233,12 +233,6 @@ function Navbar() { icon: , text: "Changelog", }, - { - href: "https://ko-fi.com/proxmoxhelperscripts", - event: "ko-fi", - icon: , - text: "Buy me a coffee", - }, { href: "https://github.com/tteck/Proxmox", event: "View on GitHub",