File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 106
106
margin-left : 0vw ;
107
107
}
108
108
}
109
+
110
+
111
+ .prod-hunt {
112
+ height : 3.75rem ;
113
+ }
Original file line number Diff line number Diff line change @@ -82,14 +82,26 @@ function App() {
82
82
{ stars } Stars < i class = "fi fi-brands-github" > </ i >
83
83
</ button >
84
84
</ a >
85
-
85
+
86
86
< a href = "https://twitter.com/_aswin_asok_" target = "_blank" >
87
87
< button className = "secbtn" >
88
88
Follow me on < i class = "fi fi-brands-twitter" > </ i >
89
89
</ button >
90
90
</ 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 text editor | Product Hunt"
99
+ className = "prod-hunt"
100
+ />
101
+ </ a >
91
102
</ div >
92
- < Options setText = { setText } listening = { listening } text = { text } />
103
+
104
+ < Options setText = { setText } listening = { listening } text = { text } />
93
105
</ div >
94
106
) ;
95
107
}
You can’t perform that action at this time.
0 commit comments