File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { MobileNav } from "@/components/docs/mobile-nav"
55import { ThemeSwitcher } from "@/components/docs/theme-switcher"
66import { JalcoLogo } from "@/components/icons/jalco-logo"
77import { GitHubStarsButton } from "@/registry/github-stars-button/github-stars-button"
8+ import { ProductHuntButton } from "@/registry/producthunt-button/producthunt-button"
89
910export default function DocsLayout ( { children } : { children : ReactNode } ) {
1011 return (
@@ -36,6 +37,12 @@ export default function DocsLayout({ children }: { children: ReactNode }) {
3637 </ nav >
3738
3839 < div className = "ml-auto flex items-center gap-1.5" >
40+ < ProductHuntButton
41+ slug = "jalco-ui"
42+ variant = "producthunt"
43+ size = "sm"
44+ iconStyle = "brand"
45+ />
3946 < GitHubStarsButton
4047 owner = "jal-co"
4148 repo = "ui"
You can’t perform that action at this time.
0 commit comments