Skip to content

Commit bf02e36

Browse files
committed
fix: get-started-button redirects to register page
Signed-off-by: Arya Pratap Singh <[email protected]>
1 parent 023dbf0 commit bf02e36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ export default function LandingPage() {
4747
</p>
4848
</div>
4949
<div className="space-x-4">
50+
<Link href={"/auth/register"}>
5051
<Button
5152
size="lg"
5253
className="bg-primary text-primary-foreground hover:bg-primary/90"
5354
>
5455
Get Started
5556
</Button>
57+
</Link>
5658
<Button variant="outline" size="lg">
5759
Learn More
5860
<a href=""></a>

0 commit comments

Comments
 (0)