Skip to content

Commit 0bf7c01

Browse files
authored
update org onboarding (#156)
1 parent 0e80369 commit 0bf7c01

File tree

4 files changed

+185
-774
lines changed

4 files changed

+185
-774
lines changed

config/config.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ config :algora,
2222
{"/create/org", "/onboarding/org"},
2323
{"/solve", "/onboarding/dev"},
2424
{"/onboarding/solver", "/onboarding/dev"},
25+
{"/onboarding/org", "https://cal.com/ioannisflo"},
2526
{"/:org/contract/:id", "/:org/contracts/:id"},
2627
{"/org/*path", "/*path"},
2728
{"/@/:handle", "/:handle/profile"},

lib/algora_web/live/bounties_live.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ defmodule AlgoraWeb.BountiesLive do
192192
</div>
193193
<div class="pt-8 flex flex-col items-center lg:mx-auto gap-3">
194194
<.button
195-
navigate={~p"/onboarding/org"}
195+
href={AlgoraWeb.Constants.get(:calendar_url)}
196+
rel="noopener"
196197
size="xl"
197198
class="w-full text-lg drop-shadow-[0_1px_5px_#34d39980]"
198199
>
@@ -554,7 +555,8 @@ defmodule AlgoraWeb.BountiesLive do
554555
</h2>
555556
<div class="mt-6 sm:mt-10 flex gap-4 justify-center">
556557
<.button
557-
navigate={~p"/onboarding/org"}
558+
href={AlgoraWeb.Constants.get(:calendar_url)}
559+
rel="noopener"
558560
class="h-10 sm:h-14 rounded-md px-8 sm:px-12 text-sm sm:text-xl"
559561
>
560562
Companies

0 commit comments

Comments
 (0)