Skip to content

Commit

Permalink
fix(ceremony): position
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 31, 2024
1 parent 641e5ba commit 33aaabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/components/Terminal/Queue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $effect(() => {

{#if contributor.queueState.position}
<Print class="text-red-500">
{contributor.queueState.position < 78 ?
{contributor.queueState.position < 50 ?
"Do not close this tab or your Terminal. Ensure you have a reliable internet connection and that your computer does not go to sleep." :
"Your contribution slot is far in the future. You can turn your device off and return later without losing progression. If you are not online when it is your turn, you will lose your slot and not be able to contribute."
}
Expand Down

0 comments on commit 33aaabf

Please sign in to comment.