From 2ec5f0c3cf9552daad8d3e8cbac40cde97446688 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 5 May 2025 03:05:21 -0600 Subject: [PATCH] feat(website): add new premium sponsor "AgentDock" to the ripple component --- apps/website/components/ui/ripple.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/website/components/ui/ripple.tsx b/apps/website/components/ui/ripple.tsx index f4118ba..b62bcdd 100644 --- a/apps/website/components/ui/ripple.tsx +++ b/apps/website/components/ui/ripple.tsx @@ -66,6 +66,13 @@ const Ripple = React.memo(function Ripple({ link: "https://supafort.com/?ref=dokploy", type: "premium", }, + { + name: "AgentDock", + image: + "https://raw.githubusercontent.com/Dokploy/dokploy/refs/heads/canary/.github/sponsors/agentdock.png", + link: "https://agentdock.ai/?ref=dokploy", + type: "premium", + }, ]; const eliteSponsors = [];