Skip to content

Commit 887b156

Browse files
kkratterfclaude
andcommitted
feat(playground): add Product Hunt badge to header
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent add1f3e commit 887b156

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

packages/playground/src/components/Header.tsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,21 @@ function XIcon({ className }: { className?: string }) {
3434
export function Header({ onRun, onShare, isCompiling }: HeaderProps) {
3535
return (
3636
<header className="flex flex-wrap justify-between items-center gap-4 bg-card px-4 py-3 border-border border-b">
37-
<div className="flex items-center gap-3">
37+
<div className="flex items-center gap-4">
3838
<h1 className="font-bold text-primary text-xl">FratmScript 🤌🏻</h1>
39+
<a
40+
href="https://www.producthunt.com/products/fratmscript?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-fratmscript"
41+
target="_blank"
42+
rel="noopener noreferrer"
43+
>
44+
<img
45+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1064494&theme=light&t=1769499803444"
46+
alt="FratmScript - JavaScript ma comme si deve 🤌 | Product Hunt"
47+
width="250"
48+
height="54"
49+
className="h-8 w-auto"
50+
/>
51+
</a>
3952
</div>
4053
<div className="flex items-center gap-3">
4154
<div className="flex items-center gap-1">

0 commit comments

Comments
 (0)