diff --git a/ceremony/src/lib/components/Terminal/TaskBar.svelte b/ceremony/src/lib/components/Terminal/TaskBar.svelte
index b6cc318e53..a6e5f37d22 100644
--- a/ceremony/src/lib/components/Terminal/TaskBar.svelte
+++ b/ceremony/src/lib/components/Terminal/TaskBar.svelte
@@ -19,9 +19,9 @@ let progressBar = $derived(
{terminal.currentStep}/{terminal.maxStep} COMPLETED |
{#if user?.session?.user?.email}
-
+
{user.session.user.email}
-
+
{/if}
diff --git a/ceremony/src/lib/state/contributor.svelte.ts b/ceremony/src/lib/state/contributor.svelte.ts
index 4c1f6e88ea..b754010701 100644
--- a/ceremony/src/lib/state/contributor.svelte.ts
+++ b/ceremony/src/lib/state/contributor.svelte.ts
@@ -308,7 +308,6 @@ export class Contributor {
axiom.ingest("monitor", [{ user: this.userId, type: "missed" }])
} else if (this.clientState === "offline") {
this.state = "offline"
- axiom.ingest("monitor", [{ user: this.userId, type: "offline" }])
} else {
this.state = "loading"
}
diff --git a/ceremony/src/routes/+layout.svelte b/ceremony/src/routes/+layout.svelte
index 0d03bfdae7..fdc5991750 100644
--- a/ceremony/src/routes/+layout.svelte
+++ b/ceremony/src/routes/+layout.svelte
@@ -76,10 +76,43 @@ const handleError = async (e: Event) => {
const errorId = await sendWindowErrorLog(e)
console.error(generateUserErrorMessage(errorId))
}
+
+const imagePath = "https://ceremony.union.build/images/ceremony-og.png"
+
+ Union Ceremony
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{#if showBootSequence}