Skip to content

Commit b697dc2

Browse files
committed
fix: update navigation buttons in home live module
- Changed the navigation path for the "Companies" button to point to the onboarding organization page. - Updated the "Developers" button to navigate to the onboarding developer page, enhancing user flow.
1 parent ac9031e commit b697dc2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,10 @@ defmodule AlgoraWeb.HomeLive do
128128
Hire the top 1% open source developers.
129129
</p>
130130
<div class="mt-6 sm:mt-10 flex gap-4">
131-
<.button navigate={~p"/auth/signup"} size="xl">
131+
<.button navigate={~p"/onboarding/org"} size="xl">
132132
Companies
133133
</.button>
134-
<.button
135-
href={AlgoraWeb.Constants.get(:github_repo_url)}
136-
variant="secondary"
137-
size="xl"
138-
>
134+
<.button navigate={~p"/onboarding/dev"} variant="secondary" size="xl">
139135
Developers
140136
</.button>
141137
</div>

0 commit comments

Comments
 (0)