mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: add badge
This commit is contained in:
@@ -205,6 +205,20 @@ export function Hero() {
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
<a
|
||||
href="https://www.producthunt.com/posts/dokploy-cloud?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-dokploy-cloud"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
<img
|
||||
className="absolute bottom-6 right-8 h-[54px] w-[250px]"
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=596245&theme=dark"
|
||||
alt="Dokploy Cloud - The open source alternative to Vercel, Heroku and Netlify | Product Hunt"
|
||||
// style="width: 250px; height: 54px;"
|
||||
width="250"
|
||||
height="54"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user