Skip to content

Commit a8df5a2

Browse files
authored
feat: add Product Hunt featured badge to website stats bar (#47)
1 parent 616b268 commit a8df5a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/skillkit/App.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@ export default function App(): React.ReactElement {
170170
<span className="text-white font-medium">{stats.stars}</span>
171171
</a>
172172
<span className="text-zinc-800 hidden sm:inline">·</span>
173+
<a
174+
href="https://www.producthunt.com/products/skillkit-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-skillkit-2"
175+
target="_blank"
176+
rel="noopener noreferrer"
177+
className="hidden sm:flex items-center gap-1.5 text-zinc-500 hover:text-white transition-colors group"
178+
>
179+
<svg className="w-3 h-3 text-[#da552f] group-hover:text-[#ff6154]" viewBox="0 0 24 24" fill="currentColor">
180+
<path d="M13.604 8.4h-3.405V12h3.405a1.8 1.8 0 0 0 0-3.6zM12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm1.604 14.4h-3.405V18H7.801V6h5.804a4.2 4.2 0 0 1 0 8.4z"/>
181+
</svg>
182+
<span className="text-zinc-400 group-hover:text-white font-medium">Featured</span>
183+
</a>
184+
<span className="text-zinc-800 hidden sm:inline">·</span>
173185
<a
174186
href="https://github.com/rohitg00/skillkit/blob/main/LICENSE"
175187
target="_blank"

0 commit comments

Comments
 (0)