Skip to content

Commit 0d199c6

Browse files
committed
new onboarding
1 parent 0e80369 commit 0d199c6

File tree

3 files changed

+132
-773
lines changed

3 files changed

+132
-773
lines changed

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)