Skip to content

Commit 13ddc0b

Browse files
authored
Merge pull request #49 from shaikahmadnawaz/fix/cta-navigation-issue
fix: CTA section navigation issue on homepage
2 parents f1723cb + 5097b8a commit 13ddc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/CTA/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default () => (
1212
</p>
1313
<div className="flex flex-wrap items-center justify-center gap-3">
1414
<LinkItem
15-
href="/"
15+
href="/components"
1616
variant="shiny"
1717
className="inline-block w-full hover:bg-zinc-700 sm:w-auto"
1818
>

0 commit comments

Comments
 (0)