Skip to content

Commit a96d470

Browse files
committed
ProductHunt Embed
1 parent 8b2bcaa commit a96d470

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

src/App.css

+5
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,8 @@
106106
margin-left: 0vw;
107107
}
108108
}
109+
110+
111+
.prod-hunt{
112+
height: 3.75rem;
113+
}

src/App.js

+14-2
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,26 @@ function App() {
8282
{stars} Stars <i class="fi fi-brands-github"></i>
8383
</button>
8484
</a>
85-
85+
8686
<a href="https://twitter.com/_aswin_asok_" target="_blank">
8787
<button className="secbtn">
8888
Follow me on <i class="fi fi-brands-twitter"></i>
8989
</button>
9090
</a>
91+
92+
<a
93+
href="https://www.producthunt.com/posts/editr-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-editr&#0045;2"
94+
target="_blank"
95+
>
96+
<img
97+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=336349&theme=light"
98+
alt="Editr - Minimalistic&#0032;text&#0032;editor | Product Hunt"
99+
className="prod-hunt"
100+
/>
101+
</a>
91102
</div>
92-
<Options setText={setText} listening={listening} text={text}/>
103+
104+
<Options setText={setText} listening={listening} text={text} />
93105
</div>
94106
);
95107
}

0 commit comments

Comments
 (0)