From a7fceffb72eaff01ededf168c550e9b6fb3ac797 Mon Sep 17 00:00:00 2001
From: John Adams <78485956+jpaoad31@users.noreply.github.com>
Date: Wed, 24 Dec 2025 15:36:52 -0800
Subject: [PATCH 1/2] fix styles and presentation
---
src/routes/Flash.svelte | 8 ++++----
src/routes/Stepper.svelte | 4 ++--
src/routes/_components/DebugInfo.svelte | 9 +++++----
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/src/routes/Flash.svelte b/src/routes/Flash.svelte
index 6019692..1cc9371 100644
--- a/src/routes/Flash.svelte
+++ b/src/routes/Flash.svelte
@@ -376,18 +376,18 @@
class={`${iconStyle} ${!error && step !== StepCode.DONE ? 'animate-pulse' : ''}`}
/>
-
+
{title}
- {description}
+ {@html description}
{#if showDiscordHelp}
If the problem persists, join #{discordChannel} on Discord for help.
{/if}
{#if error !== ErrorCode.NONE && hideRetry && !showDebugInfo}
diff --git a/src/routes/Stepper.svelte b/src/routes/Stepper.svelte
index 565f4ea..ff196b1 100644
--- a/src/routes/Stepper.svelte
+++ b/src/routes/Stepper.svelte
@@ -24,8 +24,8 @@
}`}
>
{#if isCompleted}
-