Skip to content

Commit f20402c

Browse files
committed
feat: add badge
1 parent 0614d29 commit f20402c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/website/components/Hero.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,20 @@ export function Hero() {
205205
)}
206206
/>
207207
</div>
208+
<a
209+
href="https://www.producthunt.com/posts/dokploy-cloud?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-dokploy&#0045;cloud"
210+
target="_blank"
211+
rel="noreferrer"
212+
>
213+
<img
214+
className="absolute bottom-6 right-8 h-[54px] w-[250px]"
215+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=596245&theme=dark"
216+
alt="Dokploy&#0032;Cloud - The&#0032;open&#0032;source&#0032;alternative&#0032;to&#0032;Vercel&#0044;&#0032;Heroku&#0032;and&#0032;Netlify | Product Hunt"
217+
// style="width: 250px; height: 54px;"
218+
width="250"
219+
height="54"
220+
/>
221+
</a>
208222
</div>
209223
);
210224
}

0 commit comments

Comments
 (0)