Skip to content

Commit e12b854

Browse files
authored
Merge pull request #47 from shaikahmadnawaz/fix/navigation-issue
Fix Navigation Issue: Homepage 'Get Started' Button
2 parents 4bb8a76 + c2df0ba commit e12b854

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)