Skip to content

Commit c05b386

Browse files
committed
updates
1 parent 18480dd commit c05b386

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

config/config.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ config :algora,
2424
{"/onboarding/solver", "/onboarding/dev"},
2525
{"/:org/contract/:id", "/:org/contracts/:id"},
2626
{"/org/*path", "/*path"},
27-
{"/@/:handle", "/:handle/profile"}
27+
{"/@/:handle", "/:handle/profile"},
28+
{"/challenges/limbo", "/challenges/turso"}
2829
]
2930

3031
# Configures the endpoint

lib/algora_web/live/challenges/limbo_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ defmodule AlgoraWeb.Challenges.LimboLive do
127127
<li class="flex w-full items-start pt-2 text-left text-white">
128128
<.icon name="tabler-square-rounded-number-3" class="size-8 mr-2 shrink-0" />
129129
<span class="text-base font-medium leading-7">
130-
Improve the Deterministic Simulator to expose a new data corruption bug that the simulator would not have been able to catch before
130+
Improve the Deterministic Simulator to expose a new data corruption bug that the simulator would not have been able to catch before. A data corruption bug is a bug in which the database loses data in a way that cannot be recovered by a future patch
131131
</span>
132132
</li>
133133
<li class="flex w-full items-start pt-2 text-left text-white">
134134
<.icon name="tabler-square-rounded-number-4" class="size-8 mr-2 shrink-0" />
135135
<span class="text-base font-medium leading-7">
136-
Submit a PR with the Deterministic Simulator improvements to catch the bug for an
136+
Submit a PR with the Deterministic Simulator improvements to catch the bug. If your PR is merged, you'll receive an
137137
<span class="font-display font-bold text-[#4ff7d3]">$800</span>
138138
reward
139139
</span>

lib/algora_web/router.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ defmodule AlgoraWeb.Router do
109109
live "/crowdfund", CrowdfundLive, :index
110110
live "/pricing", PricingLive
111111
live "/challenges", ChallengesLive
112-
live "/challenges/limbo", Challenges.LimboLive
112+
live "/challenges/turso", Challenges.LimboLive
113113
live "/challenges/prettier", Challenges.PrettierLive
114114
live "/challenges/golem", Challenges.GolemLive
115115
live "/challenges/tsperf", Challenges.TsperfLive

0 commit comments

Comments
 (0)