mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove product hunt
This commit is contained in:
@@ -80,19 +80,6 @@ export default function RootLayout({
|
|||||||
>
|
>
|
||||||
<GoogleAnalytics />
|
<GoogleAnalytics />
|
||||||
<body className="flex h-full flex-col">{children}</body>
|
<body className="flex h-full flex-col">{children}</body>
|
||||||
<a
|
|
||||||
className="fixed bottom-0 right-0 m-4"
|
|
||||||
href="https://www.producthunt.com/posts/dokploy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-dokploy"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=454418&theme=light"
|
|
||||||
alt="Dokploy - Open-source alternative to Heroku, Vercel, and Netlify. | Product Hunt"
|
|
||||||
width="250"
|
|
||||||
height="54"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user