File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
packages/playground/src/components Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,21 @@ function XIcon({ className }: { className?: string }) {
3434export 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" >
You can’t perform that action at this time.
0 commit comments