Skip to content

Commit 3a984f2

Browse files
committed
fix: update components link to correct path in docs page
1 parent bbf74aa commit 3a984f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(site)/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function DocsPage() {
4747
</div>
4848
</Link>
4949
<Link
50-
href="/docs/components"
50+
href="/components"
5151
className="group relative overflow-hidden rounded-lg border p-6 hover:border-foreground/10 transition-colors"
5252
>
5353
<div className="flex flex-col justify-between space-y-2">

0 commit comments

Comments
 (0)