Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ config :algora,
{"/create/org", "/onboarding/org"},
{"/solve", "/onboarding/dev"},
{"/onboarding/solver", "/onboarding/dev"},
{"/onboarding/org", "https://cal.com/ioannisflo"},
{"/:org/contract/:id", "/:org/contracts/:id"},
{"/org/*path", "/*path"},
{"/@/:handle", "/:handle/profile"},
Expand Down
6 changes: 4 additions & 2 deletions lib/algora_web/live/bounties_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ defmodule AlgoraWeb.BountiesLive do
</div>
<div class="pt-8 flex flex-col items-center lg:mx-auto gap-3">
<.button
navigate={~p"/onboarding/org"}
href={AlgoraWeb.Constants.get(:calendar_url)}
rel="noopener"
size="xl"
class="w-full text-lg drop-shadow-[0_1px_5px_#34d39980]"
>
Expand Down Expand Up @@ -554,7 +555,8 @@ defmodule AlgoraWeb.BountiesLive do
</h2>
<div class="mt-6 sm:mt-10 flex gap-4 justify-center">
<.button
navigate={~p"/onboarding/org"}
href={AlgoraWeb.Constants.get(:calendar_url)}
rel="noopener"
class="h-10 sm:h-14 rounded-md px-8 sm:px-12 text-sm sm:text-xl"
>
Companies
Expand Down
Loading
Loading