Skip to content

Commit

Permalink
fix(ceremony): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 20, 2024
1 parent 79a00b5 commit beb250d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ceremony/src/lib/components/Download.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function setDownloadedSecret() {
<H1>Store your PGP secret</H1>
<Text class="text-center mb-4">
Please store your secret somewhere safe, such as in your password manager.
<br> Never share your secret.
<br> There's no need to open the file and remember to never share a secret.
<br> This secret key is the only way to prove that you have contributed.
</Text>
<div class="flex gap-4">
Expand Down
7 changes: 3 additions & 4 deletions ceremony/src/lib/components/Install.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import Blink from "$lib/components/Blink.svelte"
import Text from "$lib/components/typography/Text.svelte"
import H1 from "$lib/components/typography/H1.svelte"
import type { ContributorState } from "$lib/stores/state.svelte.ts"
Expand Down Expand Up @@ -32,15 +31,15 @@ const copy = () => {
because docker desktop is too slow. <br>
If you use docker desktop it is extremely likely that you lose your contribution slot.
</Text>
<Text class="mt-4 !text-union-accent-500">Once you have OrbStack/Docker running you should open a terminal window and paste the command to start the MPC client then come back here.
<Text class="mt-4 !text-union-accent-500">Once you have OrbStack/Docker running you should open a terminal window
and paste the command to start the MPC client then return here.
</Text>
<div class="max-w-4xl p-8">
<code class="text-sm sm:text-base inline-flex text-left items-center space-x-4 bg-black text-white p-4 pl-6 font-mono border-white border">
<code onclick={copy} class="cursor-pointer text-sm sm:text-base inline-flex text-left items-center space-x-4 bg-black text-white p-4 pl-6 font-mono border-white border">
<span class="flex gap-4">
<span class="shrink-0 text-union-accent-500 select-none">
$
</span>

<span class="flex-1">
<span>{command}</span>
</span>
Expand Down

0 comments on commit beb250d

Please sign in to comment.