From f20402c9931fcb3e0e7e1429be830ede3ad00149 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:47:16 -0600 Subject: [PATCH] feat: add badge --- apps/website/components/Hero.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/website/components/Hero.tsx b/apps/website/components/Hero.tsx index 76c0177..81b43f4 100644 --- a/apps/website/components/Hero.tsx +++ b/apps/website/components/Hero.tsx @@ -205,6 +205,20 @@ export function Hero() { )} /> + + Dokploy Cloud - The open source alternative to Vercel, Heroku and Netlify | Product Hunt + ); }