Skip to content

Commit c2df0ba

Browse files
Fix navigation issue on homepage
1 parent dcd4525 commit c2df0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default () => {
2929
</p>
3030
<div className="flex flex-wrap items-center justify-center gap-3">
3131
<LinkItem
32-
href="/"
32+
href="/components"
3333
variant="shiny"
3434
className="inline-block w-full hover:bg-zinc-700 sm:w-auto"
3535
>

0 commit comments

Comments
 (0)