We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e80369 commit 0d199c6Copy full SHA for 0d199c6
lib/algora_web/live/bounties_live.ex
@@ -192,7 +192,8 @@ defmodule AlgoraWeb.BountiesLive do
192
</div>
193
<div class="pt-8 flex flex-col items-center lg:mx-auto gap-3">
194
<.button
195
- navigate={~p"/onboarding/org"}
+ href={AlgoraWeb.Constants.get(:calendar_url)}
196
+ rel="noopener"
197
size="xl"
198
class="w-full text-lg drop-shadow-[0_1px_5px_#34d39980]"
199
>
@@ -554,7 +555,8 @@ defmodule AlgoraWeb.BountiesLive do
554
555
</h2>
556
<div class="mt-6 sm:mt-10 flex gap-4 justify-center">
557
558
559
560
class="h-10 sm:h-14 rounded-md px-8 sm:px-12 text-sm sm:text-xl"
561
562
Companies
0 commit comments