File tree Expand file tree Collapse file tree
apps/www/app/(app)/(root) Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
1111} from "@/components/page-header"
1212import { Button } from "@/registry/trophy/ui/button"
1313import { TextAnimate } from "@/components/ui/text-animate"
14+ import { Star } from "lucide-react"
1415
1516export const dynamic = "force-static"
1617export const revalidate = false
@@ -151,10 +152,17 @@ export default function IndexPage() {
151152 </ PageHeaderDescription >
152153 < PageActions >
153154 < Button asChild size = "sm" >
154- < Link href = "/docs" > Get Started</ Link >
155+ < Link
156+ href = { siteConfig . links . github }
157+ target = "_blank"
158+ rel = "noreferrer"
159+ >
160+ < Star className = "size-4" />
161+ Star on GitHub
162+ </ Link >
155163 </ Button >
156164 < Button asChild size = "sm" variant = "ghost" >
157- < Link href = "/docs/components" > View Components </ Link >
165+ < Link href = "/docs" > Get started </ Link >
158166 </ Button >
159167 </ PageActions >
160168 </ PageHeader >
You can’t perform that action at this time.
0 commit comments