refactor(side): remove Sponsor menu item and associated HeartIcon component

This commit is contained in:
Mauricio Siu
2026-01-25 17:53:16 +02:00
parent bc6647071f
commit 84fa805acc

View File

@@ -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 }) => (
<HeartIcon
className={cn(
"text-red-500 fill-red-600 animate-heartbeat",
className,
)}
/>
),
},
],
} as const;