Skip to content

Commit ef6f0e4

Browse files
committed
feat: add ph link
Signed-off-by: Animesh Pathak <[email protected]>
1 parent a0b8b31 commit ef6f0e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/ImageGenerator.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ const ImageGenerator = () => {
6363

6464
return (
6565
<div className="max-w-full mx-auto p-6 bg-gray-900 text-white shadow-lg rounded-xl">
66-
<div className="mb-6">
67-
<h1 className="text-3xl font-bold text-white mb-4">ImageInator</h1>
66+
<div className="mb-6">
67+
<h1 className="text-3xl font-bold text-white mb-4">ImageInator</h1>
6868
<div className="flex space-x-4">
69+
<a href="https://www.producthunt.com/posts/imaginator-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-imaginator&#0045;2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=736986&theme=dark" alt="Imaginator - Wallpaper&#0032;generator&#0032;for&#0032;desktop&#0032;&#0038;&#0032;laptop&#0032;powered&#0032;by&#0032;GenAI | Product Hunt" width="250" height="54" content-align="center" /></a>
6970
<div className="flex-grow">
7071
<input
7172
type="text"

0 commit comments

Comments
 (0)