From 84fa805acc796219cca9d5ee53927602787b9856 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 25 Jan 2026 17:53:16 +0200 Subject: [PATCH] refactor(side): remove Sponsor menu item and associated HeartIcon component --- apps/dokploy/components/layouts/side.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 45b6a7e3a..d256a5119 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -18,7 +18,6 @@ import { Forward, GalleryVerticalEnd, GitBranch, - HeartIcon, KeyRound, Loader2, type LucideIcon, @@ -410,18 +409,6 @@ const MENU: Menu = { url: "https://discord.gg/2tBnJ3jDJc", icon: CircleHelp, }, - { - name: "Sponsor", - url: "https://opencollective.com/dokploy", - icon: ({ className }) => ( - - ), - }, ], } as const;