Skip to content

Commit 22c59bc

Browse files
committed
fix: changed button routes to /onboarding
1 parent 5677968 commit 22c59bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default function Home() {
212212
>
213213
Log in
214214
</Link>
215-
<Link href="/signup">
215+
<Link href="/onboarding">
216216
<Button variant="outline" size="sm">
217217
Sign up
218218
</Button>
@@ -259,7 +259,7 @@ export default function Home() {
259259
className={"w-57 -ml-3 rounded-full"}
260260
/>
261261
<button
262-
onClick={() => window.location.assign("/dashboard")}
262+
onClick={() => window.location.assign("/onboarding")}
263263
className="rounded-full relative cursor-pointer inline-flex items-center gap-2 bg-zinc-950 px-4 py-3 text-base font-medium text-zinc-50 outline outline-1 outline-[#fff2f21f]"
264264
>
265265
Analyse your Brand <ChevronRight className="h-5 w-5" />

0 commit comments

Comments
 (0)